Added shabang

This commit is contained in:
Mattia Mascarello 2021-09-01 23:35:47 +02:00 committed by GitHub
parent 2cc731128d
commit 8e20aba933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 &