aboutsummaryrefslogtreecommitdiff
path: root/wrap_taktician
blob: f667c3d8693d40effdd66cd30f6d260a33d9a72f (plain)
1
2
3
#!/bin/bash

taktician analyze -quiet -mcts -limit 2s -depth 1 $1 | grep = | cut -d= -f2 | shuf -n 1