mirror of
https://github.com/cheat/cheat.git
synced 2025-04-08 10:44:02 +02:00
parent
7084ce2f45
commit
bb324e94a4
@ -14,7 +14,9 @@ SHELL=/bin/bash
|
||||
# example entries
|
||||
# every 15 min
|
||||
*/15 * * * * /home/user/command.sh
|
||||
|
||||
# every midnight
|
||||
0 * * * * /home/user/command.sh
|
||||
* 0 * * * /home/user/command.sh
|
||||
|
||||
# every Saturday at 8:05 AM
|
||||
5 8 * * 6 /home/user/command.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user