
10-06-2008
|
|
Shell programmer, author
|
|
|
Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,365
|
|
To run the script every 15 minutes, put an entry in your crontab file like this:
Code:
0,15,30,35 * * * * /path/to/script
As for the script ... what part of it is giving you problems?
Post what you've written, and you'll get more help.
|