Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created April 20, 2016 06:08
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 gabhi/b747fca97c1651de44637c983a592edc to your computer and use it in GitHub Desktop.
Save gabhi/b747fca97c1651de44637c983a592edc to your computer and use it in GitHub Desktop.
sample crontab entry to run job every 30 min

0,30 * * * * cd ~/git/testingtwitter/ && /usr/local/bin/mvn -Dtest=HelloWorld test >> ~/logs/cron.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment