dotfiles/cron/auto-update-cron

3 lines
127 B
Plaintext
Raw Normal View History

2019-03-14 08:39:36 +00:00
0,30 * * * * cd ~/public_html && git pull >/dev/null 2>&1
0 * * * * cd ~/dotfiles && git pull | sed '/Already up to date/d'