diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 01:20:11 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 5159a45573f9b9c52814047816c418c2c450fde5 (patch) | |
| tree | 02e6e51d3c70cae70ff504377ad46aaea23db112 /extract.sh | |
| parent | cfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (diff) | |
Wider?
Diffstat (limited to 'extract.sh')
| -rwxr-xr-x | extract.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ query() { query="(size == $1) and (result != '1-0') and (result != '0-1') and (result != '0-0')" selct="" # for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 AaaarghBot; do - for player in NohatCoder AaaarghBot; do - # for player in; do + # for player in NohatCoder AaaarghBot; do + for player in; do # selct="$selct(player_black == '$player') or " selct="$selct(player_black == '$player') or (player_white == '$player') or " done; |
