forked from paulirish/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crontab
21 lines (19 loc) · 1.11 KB
/
crontab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# el capitan makes crontab really hard.
# http://stackoverflow.com/questions/32781884/is-crontab-broken-on-osx-el-capitan
#
# env EDITOR=nano crontab -e
#
# see cron/ folder
# chmod +x *.sh
#=====================================================================#
# General #
#=====================================================================#
# Min | Hour | Mday | Month | Wday | Command #
#=====================================================================#
# * * * * * $HOME/bin/gmail.rb
0 3 * * * $HOME/code/dotfiles/cron/daily-nighttime.sh
0 14 * * * $HOME/code/dotfiles/cron/twice-daily-daytime.sh
0 20 * * * $HOME/code/dotfiles/cron/twice-daily-daytime.sh
0 0 * * 0 $HOME/code/dotfiles/cron/weekly.sh
# */15 * * * * $HOME/bin/temp-help.sh
#=====================================================================#