Added shabang

This commit is contained in:
2021-09-01 23:35:47 +02:00
committed by GitHub
parent 2cc731128d
commit 8e20aba933

View File

@ -1,2 +1,3 @@
#!/usr/bin/bash
ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9
python3 hotcutdaemon.py &