diff options
-rwxr-xr-x | ausbutler-all.sh | 4 | ||||
-rw-r--r-- | tournaments.txt | 17 |
2 files changed, 11 insertions, 10 deletions
diff --git a/ausbutler-all.sh b/ausbutler-all.sh index 2bc2d80..6877d13 100755 --- a/ausbutler-all.sh +++ b/ausbutler-all.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eu cd "$(dirname "$0")" -while read -r TOURNAMENT +grep -v '^#' tournaments.txt | while read -r TOURNAMENT do ./ausbutler-single.sh $TOURNAMENT -done < tournaments.txt +done diff --git a/tournaments.txt b/tournaments.txt index 757e93e..52caea4 100644 --- a/tournaments.txt +++ b/tournaments.txt @@ -1,8 +1,9 @@ -eklasa -1s -2ne -2nw -2se -2sw -b2 -b0 +# eklasa +# 1s +1n +# 2ne +# 2nw +# 2se +# 2sw +# b2 +# b0 |