Created
September 9, 2013 17:05
-
-
Save ffr4nz/6498550 to your computer and use it in GitHub Desktop.
Remind yourself that you have to use artificial tears
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 "Your eye need some tears!" default button 1 buttons {"Done"} with title "Tear alert" with icon 0'` | |
sleep 900 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment