1
0
Examples of how to kill all child jobs when a shell script exits. https://aweirdimagination.net/2020/06/28/kill-child-jobs-on-script-exit/
Go to file
2020-05-27 01:16:52 -07:00
all.sh Initial version of script working on bash, dash, zsh, and ksh. 2020-05-27 01:15:51 -07:00
LICENSE Initial commit 2020-05-27 07:57:49 +00:00
README.md Initial commit 2020-05-27 07:57:49 +00:00
zsh.sh Remove dash/bash part from all.sh to make zsh.sh. 2020-05-27 01:16:52 -07:00

kill-child-jobs

Examples of how to kill all child jobs when a shell script exits.