I don't knwo if this is the correct forum, but ill assume so since it is running php scripts ; )
Anyways I need a script to run every 10 mins on the 5, so :05, :15, :25,:35,:45,:55
I know the syntax for running every 10 mins on the 10 is */10, but how do i make it do it on the 5? or 8 = )
maybe it isn't possible to do them all with one command I just don't want to clutter up my cronjobs with things that can be done with one line instead of 6
Anyways I need a script to run every 10 mins on the 5, so :05, :15, :25,:35,:45,:55
I know the syntax for running every 10 mins on the 10 is */10, but how do i make it do it on the 5? or 8 = )
maybe it isn't possible to do them all with one command I just don't want to clutter up my cronjobs with things that can be done with one line instead of 6
Comment