Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Created July 4, 2014 20:59
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 kfatehi/ac62994886322b69ebf3 to your computer and use it in GitHub Desktop.
Save kfatehi/ac62994886322b69ebf3 to your computer and use it in GitHub Desktop.
Mac Egg Timer
# Usually the eggs are ready in 10 mins!
sleep $(echo "10*60" | bc) ; osascript -e 'display dialog "Eggs are ready"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment