Skip to content

Instantly share code, notes, and snippets.

@kevenli
Created December 3, 2018 03:14
Show Gist options
  • Save kevenli/ee594642c3d6a4ea3c88ffa2647e8aed to your computer and use it in GitHub Desktop.
Save kevenli/ee594642c3d6a4ea3c88ffa2647e8aed to your computer and use it in GitHub Desktop.
add cron task
command="php $INSTALL/indefero/scripts/gitcron.php"
job="0 0 * * 0 $command"
cat <(fgrep -i -v "$command" <(crontab -l)) <(echo "$job") | crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment