Created
July 12, 2021 03:52
-
-
Save ardislu/a7e21ab90614fb056dc4120163c43306 to your computer and use it in GitHub Desktop.
Example crontab line to schedule a script to execute every 15 minutes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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