summaryrefslogtreecommitdiff
path: root/ausbutler-single.sh
blob: a8f9271c87d582f99729514398380e3482e8b816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ""