mirror of
https://github.com/cheat/cheat.git
synced 2025-09-04 02:58:29 +02:00
@ -16,7 +16,7 @@ SHELL=/bin/bash
|
|||||||
*/15 * * * * /home/user/command.sh
|
*/15 * * * * /home/user/command.sh
|
||||||
|
|
||||||
# every midnight
|
# every midnight
|
||||||
* 0 * * * /home/user/command.sh
|
0 0 * * * /home/user/command.sh
|
||||||
|
|
||||||
# every Saturday at 8:05 AM
|
# every Saturday at 8:05 AM
|
||||||
5 8 * * 6 /home/user/command.sh
|
5 8 * * 6 /home/user/command.sh
|
||||||
|
Reference in New Issue
Block a user