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