4 # Minimal number of simulations for the result to be considered trustworthy
8 echo "Usage: $0 BOOKDIR" >&2
16 for i
in */; do echo $
(sed -ne 2p
$i/stats
) $i; done |
sort -rn |
18 while read sims move
; do
20 if [ "$sims" -lt "$min_sims" ]; then
23 [ -z "$first" ] ||
echo "$seq | $move"
25 (cd "$move"; scan
"$seq $move")