Penguin / Invite
Tech blog from another nerd.
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.
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)