summaryrefslogtreecommitdiff
path: root/ausbutler-all.sh
diff options
context:
space:
mode:
authorMichal Zimniewicz <mzimniew@man.poznan.pl>2020-01-04 12:41:46 +0100
committerMichal Zimniewicz <mzimniew@man.poznan.pl>2020-01-04 12:41:46 +0100
commitd05b4e2f70b816871d1e7eedfe680d8cd931f027 (patch)
tree179edaa6e50af459c1d998d905069baba7b60729 /ausbutler-all.sh
parent2de5c9dcfabcef864d0b2b0ab369581b5684b195 (diff)
add two separate scripts for single and bulk processingseparate-single-bulk-scripts
Diffstat (limited to 'ausbutler-all.sh')
-rwxr-xr-xausbutler-all.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ausbutler-all.sh b/ausbutler-all.sh
new file mode 100755
index 0000000..2bc2d80
--- /dev/null
+++ b/ausbutler-all.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -eu
+cd "$(dirname "$0")"
+while read -r TOURNAMENT
+do
+ ./ausbutler-single.sh $TOURNAMENT
+done < tournaments.txt