summaryrefslogtreecommitdiff
path: root/_cron/playoff
blob: 27dd7d1653f52e8e28a5f4e0bd2cc3d13abd429c (plain)
1
2
3
4
SHELL=/bin/bash
0 10,11,12 25 3 * touch $SITEPATH/http/_log/playoff.log.running
*/3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
SHELL=/bin/sh