a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
user-inactivated  ·  2835 days ago  ·  link  ·    ·  parent  ·  post: Looking for advice on custom ROMs

In case anyone was wondering, the parameters are:

  <Minute>    <Hour>   <Day>  <Month>  <Weekday>  <Script To Excecute>

So, working from left to right:

- 00 is the top of the hour.

- 1 is 1 AM. 13 would be 1 PM.

- * is any calander day. (* is a wildcard and matches all possible values in the range).

- * is any calander month

- 1 is monday. 0 would be sunday, 2 would be tuesday, ect