2024-06-20 13:46:42 -04:00

3 lines
84 B
Bash

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