From 7f5fb5da2f4479c8869b1f71fc2929030cd14428 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 30 May 2021 14:52:24 +0200 Subject: Playoff generators setup Fixes #1 --- _cron/playoff | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _cron/playoff (limited to '_cron') 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 -- cgit v1.2.3