Skip to content

Instantly share code, notes, and snippets.

@2called-chaos
Created January 15, 2016 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2called-chaos/4ba85f03853bc88595fd to your computer and use it in GitHub Desktop.
Save 2called-chaos/4ba85f03853bc88595fd to your computer and use it in GitHub Desktop.
/Volumes/code/_bmonkeys/tomatic[newsfetch]$ bin/newsfetch
^Cbye
^Cbye
trap("INT") { puts "hello" }
trap("INT") { puts "bye" }
loop do
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment