summaryrefslogtreecommitdiff
path: root/ausbutler-all.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-15 23:00:06 +0200
committeremkael <emkael@tlen.pl>2020-10-15 23:00:06 +0200
commit0b3a1904bc9f3a27c93abd41eae09d20c1140aef (patch)
tree2f8b80e99f3d640cd623d7bd50cf62cd90c99a54 /ausbutler-all.sh
parentd2e52988cdcbad7ab6c2137317ded337223a91a6 (diff)
Commenting out ausbutler-all tournaments
Diffstat (limited to 'ausbutler-all.sh')
-rwxr-xr-xausbutler-all.sh4
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