Skip to content

Instantly share code, notes, and snippets.

@lmarburger
Forked from aphyr/gist:7582b5b175c804d1d1f9
Last active August 29, 2015 14:07
Show Gist options
  • Save lmarburger/f1a3927e175054f7cb4f to your computer and use it in GitHub Desktop.
Save lmarburger/f1a3927e175054f7cb4f to your computer and use it in GitHub Desktop.
#!/bin/sh
# Pomodoro timer
osascript -e 'display notification "πŸ’°πŸ’Έ" with title "GO" sound name "Hero"'
sleep 1500
osascript -e 'display notification "πŸŽ‰πŸŽˆπŸŽ‹πŸŽŠ" with title "STOP" sound name "Ping"'
sleep 300
osascript -e 'display notification "πŸ“’πŸ“΅πŸ“ˆ" with title "Play time is OVER!" sound name "Basso"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment