summaryrefslogtreecommitdiff
path: root/extract.sh
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-13 11:09:13 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitb4a5a693bb51a8d3e6e35c75109b55d9fcf111a5 (patch)
treebcf8b34a176fe000b76c4fe6be30974f51b5a668 /extract.sh
parent5159a45573f9b9c52814047816c418c2c450fde5 (diff)
Weights?
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 6d561f9..2264b3f 100755
--- a/extract.sh
+++ b/extract.sh
@@ -5,9 +5,9 @@ db_file=games_anon.db
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 fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 AaaarghBot; do
# for player in NohatCoder AaaarghBot; do
- for player in; do
+ # for player in; do
# selct="$selct(player_black == '$player') or "
selct="$selct(player_black == '$player') or (player_white == '$player') or "
done;