summaryrefslogtreecommitdiff
path: root/ausbutler-single.sh
blob: 322c9ab3a80a1ef56c58f8b6ea06f6cba2b1decc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -eu
TOURNAMENT=$1
cd "$(dirname "$0")"

echo "Processing $TOURNAMENT..."

ln -sfn configs/config.$TOURNAMENT config
python jfrteamy-ausbutler/butler.py calculate generate nowait

echo "Done"