This commit is contained in:
Brandon
2019-08-18 05:15:15 -05:00
parent 2922455332
commit 32374c9cee
2 changed files with 2 additions and 9 deletions

2
run.sh
View File

@@ -1,6 +1,6 @@
#!/bin/sh
function stop() {
kill $PID
kill $PID
}
trap stop HUP INT TERM