Skip to content

Instantly share code, notes, and snippets.

@Imfloppy
Created February 19, 2016 03:27
Show Gist options
  • Select an option

  • Save Imfloppy/41607de37d7fed11c85d to your computer and use it in GitHub Desktop.

Select an option

Save Imfloppy/41607de37d7fed11c85d to your computer and use it in GitHub Desktop.
[:INT, :TERM, :HUP].each do |s|
Signal.trap(s) {
puts "#{s}"
exit 1
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment