From 0b3a1904bc9f3a27c93abd41eae09d20c1140aef Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 15 Oct 2020 23:00:06 +0200 Subject: Commenting out ausbutler-all tournaments --- ausbutler-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ausbutler-all.sh') 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 -- cgit v1.2.3