kill all background jobs
This commit is contained in:
parent
b93914b71f
commit
796cd3e114
3
gaboshlib/g_kill_all_background_jobs.sh
Normal file
3
gaboshlib/g_kill_all_background_jobs.sh
Normal file
@ -0,0 +1,3 @@
|
||||
functioon g_kill_all_background_jobs {
|
||||
kill -9 $(jobs -p)
|
||||
}
|
Loading…
Reference in New Issue
Block a user