Skip to content

Instantly share code, notes, and snippets.

@mazuhl
Created November 12, 2011 19:11
Show Gist options
  • Save mazuhl/1360968 to your computer and use it in GitHub Desktop.
Save mazuhl/1360968 to your computer and use it in GitHub Desktop.
Quick Ruby countdown script - give me four 7.5 minute sets
ruby -e "4.times{ sleep(7.5*60); 5.times {puts 7.chr; sleep(0.3)}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment