Tuesday, March 30, 2010

run script every 5 minutes via cron

Crontab hint.
*/5 * * * * /path/to/script

reminder: cron runs in its own shell; make sure you import nonstandard shell variables / shell functions you may need.

No comments: