Implement huponexit shell option
To enable this option, use `set -o huponexit`. This will send **SIGHUP** to all background jobs when exiting the shell. If a background job is stopped, that job will be resumed with a **SIGCONT** before being sent a **SIGHUP**.
Loading
Please register or sign in to comment