run 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #!/bin/sh rm -f aa.* bb.* cc.* ../../iosim -f ../test/init.tst if [ "$1" = "" ]; then ../random -f cfg -d 0241 else ../random -f cfg -t $1 -d 0241 fi ../../iosim -f ../test/quit.tst