diff options
Diffstat (limited to 'ausbutler.sh')
-rwxr-xr-x | ausbutler.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ausbutler.sh b/ausbutler.sh new file mode 100755 index 0000000..c1a9112 --- /dev/null +++ b/ausbutler.sh @@ -0,0 +1,7 @@ +#!/bin/bash +cd "$(dirname "$0")" +while read -r TOURNAMENT +do + ln -sfn configs/config.$TOURNAMENT config + python jfrteamy-ausbutler/butler.py calculate generate nowait +done < tournaments.txt |