Skip to content

Instantly share code, notes, and snippets.

@akofink
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save akofink/04cd79da9f5c5c855ad4 to your computer and use it in GitHub Desktop.

Select an option

Save akofink/04cd79da9f5c5c855ad4 to your computer and use it in GitHub Desktop.
#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