From d05b4e2f70b816871d1e7eedfe680d8cd931f027 Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 4 Jan 2020 12:41:46 +0100 Subject: add two separate scripts for single and bulk processing --- ausbutler-single.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 ausbutler-single.sh (limited to 'ausbutler-single.sh') diff --git a/ausbutler-single.sh b/ausbutler-single.sh new file mode 100755 index 0000000..a8f9271 --- /dev/null +++ b/ausbutler-single.sh @@ -0,0 +1,15 @@ +#!/bin/bash +set -eu +TOURNAMENT=$1 +cd "$(dirname "$0")" + +echo "Processing $TOURNAMENT..." +echo "" + +ln -sfn configs/config.$TOURNAMENT config +python jfrteamy-ausbutler/butler.py calculate generate nowait + +echo "" +echo "Done" +echo "" + -- cgit v1.2.3