This commit is contained in:
bel
2023-03-29 18:57:54 -06:00
parent c7f8016a92
commit 8631625b0e

View File

@@ -12,7 +12,9 @@ main() {
}
cleanup() {
kill -9 $(jobs -p)
local jobs_to_clean="$(jobs -p)"
log killing $jobs_to_clean
kill -9 $jobs_to_clean
}
log() {