-
-
Save lmarburger/f1a3927e175054f7cb4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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