-
Notifications
You must be signed in to change notification settings - Fork 2
/
cron.tab
4 lines (4 loc) · 903 Bytes
/
cron.tab
1
2
3
4
0 9 * * mon-fri /home/user/intratime-checker/intratime_checker.sh -u [email protected] -p 1234 -a 0 -d $(date '+\%Y-\%m-\%d') -t 08:5$(shuf -i 0-5 -n 1):$(shuf -i 0-5 -n 1)$(shuf -i 0-5 -n 1) >> /home/user/intratime-checker/log
0 14 * * mon-fri /home/user/intratime-checker/intratime_checker.sh -u [email protected] -p 1234 -a 2 -d $(date '+\%Y-\%m-\%d') -t 14:0$(shuf -i 0-5 -n 1):$(shuf -i 0-5 -n 1)$(shuf -i 0-5 -n 1) >> /home/user/intratime-checker/log
0 15 * * mon-fri /home/user/intratime-checker/intratime_checker.sh -u [email protected] -p 1234 -a 3 -d $(date '+\%Y-\%m-\%d') -t 14:5$(shuf -i 0-5 -n 1):$(shuf -i 0-5 -n 1)$(shuf -i 0-5 -n 1) >> /home/user/intratime-checker/log
0 18 * * mon-fri /home/user/intratime-checker/intratime_checker.sh -u [email protected] -p 1234 -a 1 -d $(date '+\%Y-\%m-\%d') -t 18:0$(shuf -i 0-5 -n 1):$(shuf -i 0-5 -n 1)$(shuf -i 0-5 -n 1) >> /home/user/intratime-checker/log