Last active
August 29, 2015 14:14
-
-
Save AD7six/f229c009a348780f2219 to your computer and use it in GitHub Desktop.
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
# Send the output of these commands to me | |
[email protected] | |
0 0 * * * /usr/local/bin/giveMeStats | |
0 4 * * * /usr/local/bin/giveMeMoreStats | |
# Send the output of these commands to you | |
[email protected] | |
0 0 * * * /usr/local/bin/boringStuff | |
0 4 * * * /usr/local/bin/warnYourStuffBroke | |
# Send the output of these commands to nobody | |
MAILTO="" | |
0 0 * * * /usr/local/bin/deleteTmpFiles | |
0 0 * * * /usr/local/bin/dontCareAboutOutputFromThisEither |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment