Skip to content

Instantly share code, notes, and snippets.

@pastafari
Created September 17, 2012 19:01
Show Gist options
  • Save pastafari/3739127 to your computer and use it in GitHub Desktop.
Save pastafari/3739127 to your computer and use it in GitHub Desktop.
Stand up and stretch reminder in Applescript
repeat
say "Stand up and Stretch"
delay 30 * 60 #time in seconds
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment