Created
September 17, 2012 19:01
-
-
Save pastafari/3739127 to your computer and use it in GitHub Desktop.
Stand up and stretch reminder in Applescript
This file contains hidden or 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
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