summaryrefslogtreecommitdiff
path: root/_cron/autocommit
blob: e9b683101132fe3db46fd37d92f937f9d22c7ac5 (plain)
1
2
3
SHELL=/bin/bash
# */15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
SHELL=/bin/sh