Created
February 7, 2013 16:22
-
-
Save garbados/4732069 to your computer and use it in GitHub Desktop.
Writes to crontab a command that, at the beginning of every hour, reads aloud the result of `fortune`. Problem: overwrites existing crontab.
This file contains 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
echo "00 * * * * `which fortune` | say" | crontab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment