Last active
August 29, 2015 14:08
-
-
Save akofink/04cd79da9f5c5c855ad4 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
| #minute (0-59), | |
| #| hour (0-23), | |
| #| | day of the month (1-31), | |
| #| | | month of the year (1-12), | |
| #| | | | day of the week (0-6 with 0=Sunday). | |
| #| | | | | commands | |
| 0 * * * * cd /tmp && wget akofink.com && rm -f index.html | |
| 0 * * * * cd /tmp && wget recipes.akofink.com && rm -f index.html | |
| 0 * * * * cd /tmp && wget wishlists.akofink.com && rm -f index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment