Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created May 23, 2013 20:20
Show Gist options
  • Select an option

  • Save djburdick/5639116 to your computer and use it in GitHub Desktop.

Select an option

Save djburdick/5639116 to your computer and use it in GitHub Desktop.
setting up crontab on mac osx. #mac
crons aren't created by default for mac users now.
you need to:
$ sudo su -
$ crontab -u username -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment