summaryrefslogtreecommitdiff
path: root/wrap_taktician
diff options
context:
space:
mode:
authortslil clingman <>2020-02-15 16:31:05 -0800
committertslil clingman <>2020-02-15 16:31:05 -0800
commitc3eb17c95c990fa2c9d48963969b17c59ca2027b (patch)
tree613b0891d3f15c5323c331712f8c1570f65ff165 /wrap_taktician
parent15f64980573085e9ab6a9d47fc2a6e8092d6d109 (diff)
Preparing for releasegui_input_maybe
Diffstat (limited to 'wrap_taktician')
-rwxr-xr-xwrap_taktician3
1 files changed, 3 insertions, 0 deletions
diff --git a/wrap_taktician b/wrap_taktician
new file mode 100755
index 0000000..f61fe12
--- /dev/null
+++ b/wrap_taktician
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+taktician analyze -quiet -mcts -limit 3s -depth 1 $1 | rg = | cut -d= -f2 | shuf -n 1