forked from mpeel/wikicode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcron
More file actions
12 lines (12 loc) · 698 Bytes
/
Copy pathcron
File metadata and controls
12 lines (12 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
SHELL=/bin/bash
TERM=xterm
PYTHONIOENCODING=UTF-8
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
0 * * * * /home/pi/Documents/git/wikicode/pibot_hourly.sh >/home/pi/hourly.log 2>&1
0 6 * * * /home/pi/Documents/git/wikicode/pibot_daily_1.sh >/home/pi/daily1.log 2>&1
0 12 * * * /home/pi/Documents/git/wikicode/pibot_daily_2.sh >/home/pi/daily2.log 2>&1
0 18 * * * /home/pi/Documents/git/wikicode/pibot_daily_3.sh >/home/pi/daily3.log 2>&1
0 7 * * 1,5 /home/pi/Documents/git/wikicode/pibot_weekly.sh >/home/pi/weekly.log 2>&1
0 8 1 * * /home/pi/Documents/git/wikicode/pibot_monthly.sh >/home/pi/monthly.log 2>&1
44 4 * * * /home/pi/Documents/git/wikicode/touch_wlm_brazil.sh >/home/pi/touch_wlm_brazil.log 2>&1