|
actually you may need to change the /bin/sh to something else but the correct syntax is:
1 2 3 4 5 commandtorun /path/to/file
1 = minutes
2 = hours
3 = day of month
4 = month
5 = day of week 1=monday - 7=sunday
actually by default if you need /bun/sh to run your file you don't need to put the /bin/sh in there but if you want another program to run the file you need to put the command in. IE: wget
|