-
Notifications
You must be signed in to change notification settings - Fork 0
/
crontab
19 lines (10 loc) · 885 Bytes
/
crontab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SHELL=/bin/bash
#min hour day month weekday
### Short test now
#51 * * * * flock --verbose -n /home/paul/dev/ex/git/feature-test/ /home/paul/dev/ex/git/feature-test/runscript-short-test >> /home/paul/dev/ex/git/feature-test/output 2>&1
### Full test now
#40 * * * 2,4 flock --verbose -n /home/paul/dev/ex/git/feature-test/ /home/paul/dev/ex/git/feature-test/runscript-bleeding-edge >> /home/paul/dev/ex/git/feature-test/output 2>&1
# Tuesday and Thursday end of workday
#0 17,18,20,22 * * 2,4 flock --verbose -n /home/paul/dev/ex/git/feature-test/ /home/paul/dev/ex/git/feature-test/runscript-bleeding-edge >> /home/paul/dev/ex/git/feature-test/output 2>&1
# Sunday at midnight
0 0 * * 0 flock --verbose -n /home/paul/dev/ex/git/feature-test/ /home/paul/dev/ex/git/feature-test/runscript-bleeding-edge >> /home/paul/dev/ex/git/feature-test/output 2>&1