Skip to content

Instantly share code, notes, and snippets.

@ardislu
Created July 12, 2021 03:52
Show Gist options
  • Save ardislu/a7e21ab90614fb056dc4120163c43306 to your computer and use it in GitHub Desktop.
Save ardislu/a7e21ab90614fb056dc4120163c43306 to your computer and use it in GitHub Desktop.
Example crontab line to schedule a script to execute every 15 minutes.
# Run /home/username/example.sh every 15 minutes
*/15 * * * * /bin/sh /home/username/example.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment