Skip to content

Instantly share code, notes, and snippets.

@dolsup
Created January 17, 2017 18:01
Show Gist options
  • Save dolsup/aac0b12dbab275c3625f7900fa2056a5 to your computer and use it in GitHub Desktop.
Save dolsup/aac0b12dbab275c3625f7900fa2056a5 to your computer and use it in GitHub Desktop.
ramen timer

OSX

$ sleep 300 && say -v bells "Let's go eat ramen Yeah"

etc

$ sleep 300 && for n in {1..5}; do tput bel; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment