Merge branch 'master' of https://github.com/fat0troll/lorchess
This commit is contained in:
commit
c77f322e34
@ -94,6 +94,7 @@
|
|||||||
lor: farzeet
|
lor: farzeet
|
||||||
lichess: farzeet
|
lichess: farzeet
|
||||||
elo: 1105
|
elo: 1105
|
||||||
|
status: withdrew
|
||||||
|
|
||||||
- number: 20
|
- number: 20
|
||||||
lor: MyTrooName
|
lor: MyTrooName
|
||||||
|
@ -767,6 +767,11 @@
|
|||||||
black: darkenshvein
|
black: darkenshvein
|
||||||
result: '1:0'
|
result: '1:0'
|
||||||
|
|
||||||
|
- date: 07.11.2013
|
||||||
|
white: redgremlin
|
||||||
|
black: J
|
||||||
|
result: '1:0'
|
||||||
|
|
||||||
- date: 02.11.2013
|
- date: 02.11.2013
|
||||||
white: Magian
|
white: Magian
|
||||||
black: aptyp
|
black: aptyp
|
||||||
@ -814,6 +819,16 @@
|
|||||||
black: Magian
|
black: Magian
|
||||||
result: '0:1'
|
result: '0:1'
|
||||||
|
|
||||||
|
- date: 07.11.2013
|
||||||
|
white: Michkova
|
||||||
|
black: redgremlin
|
||||||
|
result: '0:1'
|
||||||
|
|
||||||
|
- date: 06.11.2013
|
||||||
|
white: darkenshvein
|
||||||
|
black: Nokman
|
||||||
|
result: '0:1'
|
||||||
|
|
||||||
- date: 02.11.2013
|
- date: 02.11.2013
|
||||||
white: iVS
|
white: iVS
|
||||||
black: Nedis
|
black: Nedis
|
||||||
@ -831,6 +846,11 @@
|
|||||||
black: darkenshvein
|
black: darkenshvein
|
||||||
result: '1:0'
|
result: '1:0'
|
||||||
|
|
||||||
|
- date: 07.11.2013
|
||||||
|
white: Genuine
|
||||||
|
black: J
|
||||||
|
result: '1:0'
|
||||||
|
|
||||||
- date: 31.10.2013
|
- date: 31.10.2013
|
||||||
white: LongLiveUbuntu
|
white: LongLiveUbuntu
|
||||||
black: aptyp
|
black: aptyp
|
||||||
|
@ -38,7 +38,7 @@ for dir in "${tour_dirs[@]}"; do
|
|||||||
# Parsed data of game: date a[1], white player a[2], black
|
# Parsed data of game: date a[1], white player a[2], black
|
||||||
# player a[6], and the result a[3]
|
# player a[6], and the result a[3]
|
||||||
data=( $(echo "$line" | gawk --re-interval \
|
data=( $(echo "$line" | gawk --re-interval \
|
||||||
'match($0, /'${date}' — '${white}' '${result}' '${black}'/, a) \
|
'match($0, /'${date}' [-—] '${white}' '${result}' '${black}'/, a) \
|
||||||
{ print a[1], a[2], a[6], a[3] }') )
|
{ print a[1], a[2], a[6], a[3] }') )
|
||||||
|
|
||||||
if [[ ${#data[@]} != 0 ]]; then
|
if [[ ${#data[@]} != 0 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user