Skip to content

Instantly share code, notes, and snippets.

@rokcarl
Created January 12, 2016 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rokcarl/acbb4d7c26b62d726a04 to your computer and use it in GitHub Desktop.
Save rokcarl/acbb4d7c26b62d726a04 to your computer and use it in GitHub Desktop.
CRON_TEXT="
0 1 * * * cmd1 2>&1
0 */4 * * * cmd2 2>&1
"
printf "${CRON_TEXT}" | crontab -u zengrc -
cron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment