mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 04:21:01 +01:00
9 lines
225 B
SQL
Vendored
9 lines
225 B
SQL
Vendored
0 2 * * * /bin/sh backup.sh
|
|
*/10 * * * * /home/maverick/check-disk-space
|
|
0 5,17 * * * /scripts/script.sh
|
|
0 2 * * sun [ $(date +%d) -le 07 ] && /script/script.sh
|
|
@daily /scripts/script.sh
|
|
@reboot /scripts/script.sh
|
|
|
|
MAIL=bob
|