summaryrefslogtreecommitdiff
path: root/ausbutler-all.sh
blob: 6877d13c50b62f0476c9511341c8dfdf17d63a1b (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -eu
cd "$(dirname "$0")"
grep -v '^#' tournaments.txt | while read -r TOURNAMENT
do
    ./ausbutler-single.sh $TOURNAMENT
done