Skip to content

Instantly share code, notes, and snippets.

@ffr4nz
Last active December 22, 2015 16:19
Show Gist options
  • Save ffr4nz/6498523 to your computer and use it in GitHub Desktop.
Save ffr4nz/6498523 to your computer and use it in GitHub Desktop.
Remind yourself that you have to blink
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