Schedule script: change the current tournament to 'Tabiyas'.
This commit is contained in:
parent
69f9a7651f
commit
d28dfc844c
4
schedule
4
schedule
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
REPO=fat0troll/lorchess
|
REPO=fat0troll/lorchess
|
||||||
TOURNEY=autumn2013
|
TOURNEY=2014/1-tabiyas
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
date="[0-9]\{2\}\.[0-9]\{2\}\.[0-9]\{4\}"
|
date="[0-9]\{2\}\.[0-9]\{2\}\.[0-9]\{4\}"
|
||||||
@ -57,7 +57,7 @@ fi
|
|||||||
|
|
||||||
for i in $seq; do
|
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.
|
# Store 'tour_info' in an array of lines.
|
||||||
# *NOTE* The incorporation of newline at the end of 'tour_info'
|
# *NOTE* The incorporation of newline at the end of 'tour_info'
|
||||||
|
Loading…
Reference in New Issue
Block a user