aboutsummaryrefslogtreecommitdiff
path: root/wrap_taktician
diff options
context:
space:
mode:
authortslil clingman <>2020-02-15 16:31:05 -0800
committertslil clingman <>2020-02-15 16:32:10 -0800
commitf68e7b59a08b3c211b6eeff70f7346d4d1e71a66 (patch)
tree76393075b205b287fed67faa7fa93b753017d56b /wrap_taktician
parent15f64980573085e9ab6a9d47fc2a6e8092d6d109 (diff)
Preparing for release
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