diff options
Diffstat (limited to 'extract.sh')
| -rwxr-xr-x | extract.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ db_file=games_anon.db query() { - query="(size == $1) and (result != '1-0') and (result != '0-1') and (result != '0-0')" + query="(size == $1) and (result != '1-0') and (result != '0-1') and (result != '0-0') and (result != '1/2-1/2')" selct="" - for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 AaaarghBot; do + for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 applemonkeyman Tayacan; do # for player in NohatCoder AaaarghBot; do # for player in; do # selct="$selct(player_black == '$player') or " |
