#! /bin/csh -f -b

foreach n (a b c d e f g h i j k)
    ./lock-test -n 100 -l lib-lock5.perl >&! /tmp/$n.out &
end

wait
