This will run the first script every five minutes and then another script offset by 2 minutes from the first script
*/5 * * * * /path/to/your/first_script.sh
2-59/5 * * * * /path/to/your/second_script.sh
Useful snippets of coding information
This will run the first script every five minutes and then another script offset by 2 minutes from the first script
*/5 * * * * /path/to/your/first_script.sh
2-59/5 * * * * /path/to/your/second_script.sh
© 2025 Code with rizwen