I'd like to run two scripts every day on the same hour, but the second script should be executed a minute after the first one.
Is this cronjob correct?
0 0 * * * * first_script.cgi
1 0 * * * * second_script.cgi
They should run everyday at 12am/midnight.. the second one 12.01.