Created
February 14, 2012 14:24
-
-
Save emjayess/1827073 to your computer and use it in GitHub Desktop.
"are you working on your most important item?"
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
MacBook-Pro:~ emjayess$ crontab -l | |
42 08-18 * * 1-6 osascript -e "beep 5"; say -v Victoria -r 200 are you working on your most important item? | |
// see also: multiple ways to make a mac go 'beep'... | |
// http://stackoverflow.com/questions/3127977/how-to-make-the-hardware-beep-sound-in-mac-os-x-10-6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment