Skip to content

Instantly share code, notes, and snippets.

@Gen2ly
Created May 31, 2012 02:07
Show Gist options
  • Save Gen2ly/2840405 to your computer and use it in GitHub Desktop.
Save Gen2ly/2840405 to your computer and use it in GitHub Desktop.
Crontab for todd
# Schedule to run shell commands (dcron)
# user: todd
# DO NOT EDIT THIS FILE MANUALLY! USE crontab -e INSTEAD
# man 1 crontab for acceptable formats
# <mm> <hh> <DD> <MM> <dow> <tags and command> # dow: 0-6, Sun=0
# <@freq> <tags and command>
@weekly /home/todd/.scripts/others/github-sync-configs
@weekly /home/todd/.scripts/others/github-sync-scripts
@weekly /home/todd/.scripts/others/github-sync-gist u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment