Skip to content

Instantly share code, notes, and snippets.

@minichiello
Created May 16, 2009 21:32
Show Gist options
  • Save minichiello/112812 to your computer and use it in GitHub Desktop.
Save minichiello/112812 to your computer and use it in GitHub Desktop.
cron job
30 13 * * * /home/username/run-me.sh >/dev/null 2>&1
0 * * * * curl --silent --compressed http://example.com/cron.php >/dev/null 2>&1
crontab filename Install filename as your crontab file,
crontab -e Edit your crontab file, or create one if it doesn’t already exist.
crontab -l Display your crontab file.
crontab -r Remove your crontab file.
crontab -v Display the last time you edited your crontab file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment