Last active
December 22, 2015 16:19
-
-
Save ffr4nz/6498523 to your computer and use it in GitHub Desktop.
Remind yourself that you have to blink
This file contains 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
while : | |
do | |
x=`osascript -e 'tell app "System Events" to display dialog "Time to BLINK!" default button 1 buttons {"Done"} with title "Blink alert" with icon 2'` | |
sleep 90 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment