aboutsummaryrefslogtreecommitdiff
path: root/extract.sh
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-13 16:39:16 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2ef0078ba2afd99c4fc2673497f3d3a39119cf5d (patch)
tree3f3c791ee9b0136270f6cae2de3d96fce18e6a5c /extract.sh
parentaff5fe7f343194366beeda700a2f4a383e40fa73 (diff)
Trying minimax
Diffstat (limited to 'extract.sh')
-rwxr-xr-xextract.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extract.sh b/extract.sh
index 2264b3f..a59489c 100755
--- a/extract.sh
+++ b/extract.sh
@@ -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 "