Apparently, cron is deprecated in OSX 10.5.
K, fine. But its replacement,
launchd, is a crappy replacement. It has no concept of time ranges (Or does it? Any mac folks with insight to share here?)
I want to replicate this crontab:
0,20,40 8-17 * * * /users/drallen/bin/thing.sh
So, run every 20 minutes between 8am and 5pm 5:40pm
(
Read more... )