forked from paulirish/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrontab
17 lines (16 loc) · 1000 Bytes
/
crontab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# env EDITOR=nano crontab -e
#
# see cron/ folder
# chmod +x *.sh
#=====================================================================#
# General #
#=====================================================================#
# Min | Hour | Mday | Month | Wday | Command #
#=====================================================================#
0 3 * * * $HOME/code/dotfiles/cron/daily-nighttime.sh > /dev/null 2>&1
15 * * * * $HOME/code/dotfiles/cron/every-hour.sh > /dev/null 2>&1
0 0 * * 0 $HOME/code/dotfiles/cron/twice-a-week.sh > /dev/null 2>&1
0 0 * * 4 $HOME/code/dotfiles/cron/twice-a-week.sh > /dev/null 2>&1
# */15 * * * * $HOME/bin/temp-help.sh
#=====================================================================#