Created
October 19, 2015 09:21
-
-
Save maxweber/585d35e93167b765a742 to your computer and use it in GitHub Desktop.
A very plain pomodoro timer (only for Mac)
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/bash | |
# 25 minutes | |
sleep 1500 && osascript -e 'tell app "System Events" to display dialog "Pomodoro: 25 minutes are over"' & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment