Reputation: 29270
how do I create a cron / cronjob (I am not quite sure about the correct terminology ^^ ) on XAMPP for Mac OS X running Snow Leopard? Or how do I make a cron(job) on Snow Leopard, whether XAMPP or not?
Upvotes: 2
Views: 3149
Reputation: 21836
OSX has crontab support for running scheduled tasks.
type
man crontab
In terminal for more information. I also found this link.
Upvotes: 3