Skip to content

Instantly share code, notes, and snippets.

@weizhou2273
Created August 13, 2017 14:22
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 weizhou2273/b68b7b83cb76ff8ce06097859606bb97 to your computer and use it in GitHub Desktop.
Save weizhou2273/b68b7b83cb76ff8ce06097859606bb97 to your computer and use it in GitHub Desktop.
#install cron
sudo apt-get install cron
#Schedule task
sudo crontab -e
#Schedule runnning task every 2 minutes
*/2 * * * * source ./capstone/run.sh
#Save cron file
# Check your crontab task
sudo crontab -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment