Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created April 26, 2013 04:07
Show Gist options
  • Save yyolk/5464983 to your computer and use it in GitHub Desktop.
Save yyolk/5464983 to your computer and use it in GitHub Desktop.
crontab 20130425
# * * * * * command to be executed
# - - - - -
# | | | | |
# | | | | +- - - - day of week (0 - 6) (Sunday=0)
# | | | +- - - - - month (1 - 12)
# | | +- - - - - - day of month (1 - 31)
# | +- - - - - - - hour (0 - 23)
# +- - - - - - - - minute (0 - 59)
0 0 * * * mv ~/Dropbox/Apps/Drafts/running.md ~/Dropbox/Apps/Drafts/$(date +%Y%m%d).md > /dev/null 2>&1
59 23 * * * ~/bin/rememberremember.sh ~/Dropbox/Apps/Drafts/running.md > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment