2024-06-20 15:21:13 -04:00

3 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
kill $(ps aux|grep /usr/bin/tinywm|awk '{print $2}'|head -n -1)