Guest User

Untitled

a guest
Oct 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Schedule to run shell commands (dcron)
  2. # user: todd
  3.  
  4. # DO NOT EDIT THIS FILE MANUALLY! USE crontab -e INSTEAD
  5. # man 1 crontab for acceptable formats
  6.  
  7. # <mm> <hh> <DD> <MM> <dow> <tags and command> # dow: 0-6, Sun=0
  8. # <@freq> <tags and command>
  9. @weekly /home/todd/.scripts/others/github-sync-configs
  10. @weekly /home/todd/.scripts/others/github-sync-scripts
  11. @weekly /home/todd/.scripts/others/github-sync-gist u
Add Comment
Please, Sign In to add comment