run2 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #!/bin/sh if [ -z "$1" ]; then echo 'run2 file.cfg [time]' exit 0 fi rm -rf *.log* ../../iosim -f ../test/init.tst [ -n "$2" ] &&time="-t $2" ../random -f $1 -d 0241 $time -r 9999 ../../iosim -f ../test/quit.tst