summaryrefslogtreecommitdiff
path: root/ausbutler.sh
diff options
context:
space:
mode:
authorMichaƂ Klichowicz <emkael@tlen.pl>2020-01-04 12:58:17 +0100
committerGitHub <noreply@github.com>2020-01-04 12:58:17 +0100
commitf5dc97746c6cfa13fc97101f78b702835da6927d (patch)
tree179edaa6e50af459c1d998d905069baba7b60729 /ausbutler.sh
parent2de5c9dcfabcef864d0b2b0ab369581b5684b195 (diff)
parentd05b4e2f70b816871d1e7eedfe680d8cd931f027 (diff)
Merge pull request #3 from emkael/separate-single-bulk-scripts
add two separate scripts for single and bulk processing
Diffstat (limited to 'ausbutler.sh')
-rwxr-xr-xausbutler.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/ausbutler.sh b/ausbutler.sh
deleted file mode 100755
index c1a9112..0000000
--- a/ausbutler.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-cd "$(dirname "$0")"
-while read -r TOURNAMENT
-do
- ln -sfn configs/config.$TOURNAMENT config
- python jfrteamy-ausbutler/butler.py calculate generate nowait
-done < tournaments.txt