Schedule script: change the current tournament to 'Tabiyas'.

This commit is contained in:
vonavi 2014-03-02 17:31:08 +03:00
parent 69f9a7651f
commit d28dfc844c

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
REPO=fat0troll/lorchess
TOURNEY=autumn2013
TOURNEY=2014/1-tabiyas
# Variables
date="[0-9]\{2\}\.[0-9]\{2\}\.[0-9]\{4\}"
@ -57,7 +57,7 @@ fi
for i in $seq; do
url="https://raw.github.com/${REPO}/master/${TOURNEY}/tour_${i}/tour_info"
url="https://raw.github.com/${REPO}/master/${TOURNEY}/tours/${i}/tour_info"
# Store 'tour_info' in an array of lines.
# *NOTE* The incorporation of newline at the end of 'tour_info'