Skip to content

Instantly share code, notes, and snippets.

@slok
Created September 15, 2016 16:23
Show Gist options
  • Save slok/0c62a0165bac4f00e1e686594fd2f774 to your computer and use it in GitHub Desktop.
Save slok/0c62a0165bac4f00e1e686594fd2f774 to your computer and use it in GitHub Desktop.
onliner trap
trap 'echo captured;sleep 30;exit' SIGINT SIGTERM && while true; do sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment