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

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