Skip to content
Snippets Groups Projects
Commit c3eb46ca authored by Michael Aaron Murphy's avatar Michael Aaron Murphy
Browse files

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**.
parent 9531603e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment