diff options
author | emkael <emkael@tlen.pl> | 2020-10-15 23:00:06 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-15 23:00:06 +0200 |
commit | 0b3a1904bc9f3a27c93abd41eae09d20c1140aef (patch) | |
tree | 2f8b80e99f3d640cd623d7bd50cf62cd90c99a54 /ausbutler-all.sh | |
parent | d2e52988cdcbad7ab6c2137317ded337223a91a6 (diff) |
Commenting out ausbutler-all tournaments
Diffstat (limited to 'ausbutler-all.sh')
-rwxr-xr-x | ausbutler-all.sh | 4 |
1 files changed, 2 insertions, 2 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 |