master
bel 2023-03-29 19:47:22 -06:00
parent 522acfdf03
commit 23e28a23b6
1 changed files with 1 additions and 0 deletions

View File

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