master
bel 2023-03-29 19:40:41 -06:00
parent 56f649ebd0
commit 31fd6e8ef1
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ main() {
} }
cleanup() { cleanup() {
local jobs_to_clean="$(jobs -p)"
log killing $jobs_to_clean
kill -9 $jobs_to_clean
pkill -f mayhem-party pkill -f mayhem-party
pkill -f hotwords.py pkill -f hotwords.py
} }