diff options
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/playoff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_cron/playoff b/_cron/playoff new file mode 100644 index 0000000..ad35c5f --- /dev/null +++ b/_cron/playoff @@ -0,0 +1,3 @@ +SHELL=/bin/bash +*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 +SHELL=/bin/sh |