This commit is contained in:
bel
2023-03-29 19:47:22 -06:00
parent 522acfdf03
commit 23e28a23b6

View File

@@ -13,6 +13,7 @@ main() {
cleanup() { cleanup() {
pkill -f mayhem-party pkill -f mayhem-party
pkill -f hotwords.py pkill -f hotwords.py
pkill -f server-vm
} }
trap cleanup EXIT trap cleanup EXIT