How would I get a cron job to run every 72 minutes? Or some not so pretty number like that?
Uh I know this is long overdue, but I was looking at some scheduling issues and saw this question.
Just do this in your crontab
*/72 * * * * /home/script.sh