mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-18 20:10:13 +02:00
Add crontab syntax
This commit is contained in:
8
tests/syntax-tests/source/Crontab/crontab.tab
vendored
Normal file
8
tests/syntax-tests/source/Crontab/crontab.tab
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user