hotcuts/reboot.sh
2021-09-01 23:34:53 +02:00

3 lines
111 B
Bash

ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9
python3 hotcutdaemon.py &