-
Notifications
You must be signed in to change notification settings - Fork 8
/
crontab.txt
22 lines (18 loc) · 1.06 KB
/
crontab.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SHELL=/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
0 */6 * * * cd /home/MYUSERNAME/cgmsim && /bin/bash perlin.sh
*/5 * * * * cd /home/MYUSERNAME/cgmsim && /bin/bash get-all.sh
*/5 * * * * cd /home/MYUSERNAME/cgmsim && /bin/bash upload-cgmsim.sh
#30 23 * * * cd /home/MYUSERNAME/cgmsim && /bin/bash surprise.sh
0 */1 * * * cd /home/MYUSERNAME/cgmsim && /bin/bash planets.sh
# If you want to use the PUMP simulation enable this block of 5 lines
# instead of the 4 -line block above !
===================================================================
*/5 * * * * cd /home/MYUSERNAME/cgmsim && /bin/bash get-pump.sh
0 */6 * * * cd /home/MYUSERNAME/cgmsim && /bin/bash perlin.sh
*/5 * * * * cd /home/MYUSERNAME/cgmsim && /bin/bash get-all.sh
*/5 * * * * cd /home/MYUSERNAME/cgmsim && /bin/bash upload-cgmsim-pump.sh
#30 23 * * * cd /home/MYUSERNAME/cgmsim && /bin/bash surprise.sh
# Want to add random meals in PUMP mode, add this line
======================================================
0 21 * * * cd /home/MYUSERNAME/cgmsim &&/bin/bash random_meal.sh