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

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