Skip to content

Instantly share code, notes, and snippets.

@zsnmwy
Created September 16, 2018 09:11
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 zsnmwy/be007ce56628fb03e9d68615bb71da04 to your computer and use it in GitHub Desktop.
Save zsnmwy/be007ce56628fb03e9d68615bb71da04 to your computer and use it in GitHub Desktop.
create a crontab job through shell script
(crontab -l 2>/dev/null; echo "*/5 * * * * /path/to/job -with args") | crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment