aboutsummaryrefslogtreecommitdiff
path: root/wrap_taktician
diff options
context:
space:
mode:
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