diff --git a/reboot.sh b/reboot.sh new file mode 100644 index 0000000..e0f54c1 --- /dev/null +++ b/reboot.sh @@ -0,0 +1,2 @@ +ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9 +python3 hotcutdaemon.py &