master
bel 2023-03-29 19:37:21 -06:00
parent 51edba8640
commit f36c1b48de
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ cleanup() {
log killing $jobs_to_clean
kill -9 $jobs_to_clean
pkill -f mayhem-party
pkill -f hotwords.py
}
trap cleanup EXIT
@ -31,6 +32,7 @@ _discord() {
fi
log launching discord
snap run discord &> /tmp/mayhem-party.discord.log &
disown
}
_dolphin() {
@ -42,6 +44,7 @@ _dolphin() {
fi
log launching dolphin
snap run dolphin-emulator.dolphin-emu &> /tmp/mayhem-party.dolphin.log &
disown
}
_mayhem_party() {