Skip to content

Instantly share code, notes, and snippets.

@ffr4nz
Created September 9, 2013 17:05
Show Gist options
  • Save ffr4nz/6498550 to your computer and use it in GitHub Desktop.
Save ffr4nz/6498550 to your computer and use it in GitHub Desktop.
Remind yourself that you have to use artificial tears
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