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