diff options
author | emkael <emkael@tlen.pl> | 2020-10-08 22:56:40 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-08 22:56:40 +0200 |
commit | c0e224ba7a818cdb8e94d63cce55727001d3240c (patch) | |
tree | c717b48ab8e5dcf082dee23b8a31001d2949d9d6 | |
parent | f5dc97746c6cfa13fc97101f78b702835da6927d (diff) |
Removing spacing from ausbutler-single output
-rwxr-xr-x | ausbutler-single.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ausbutler-single.sh b/ausbutler-single.sh index a8f9271..322c9ab 100755 --- a/ausbutler-single.sh +++ b/ausbutler-single.sh @@ -4,12 +4,8 @@ TOURNAMENT=$1 cd "$(dirname "$0")" echo "Processing $TOURNAMENT..." -echo "" ln -sfn configs/config.$TOURNAMENT config python jfrteamy-ausbutler/butler.py calculate generate nowait -echo "" echo "Done" -echo "" - |