This commit is contained in:
bel
2023-03-29 19:24:27 -06:00
parent 4d2f50c8a6
commit 972ad8c25f

View File

@@ -1,7 +1,6 @@
# /bin/bash
main() {
trap cleanup exit
_discord
_dolphin
_stt
@@ -16,6 +15,7 @@ cleanup() {
log killing $jobs_to_clean
kill -9 $jobs_to_clean
}
trap cleanup EXIT
log() {
echo "$(date) > $*" >&2