Lines Matching full:sh
9 # sh runlitmushist.sh
12 # This script uses environment variables produced by parseargs.sh.
18 T=/tmp/runlitmushist.sh.$$
33 echo dir="$LKMM_DESTDIR" > $T/$i.sh
34 echo T=$T >> $T/$i.sh
35 echo herdoptions=\"$LKMM_HERD_OPTIONS\" >> $T/$i.sh
36 cat << '___EOF___' >> $T/$i.sh
66 print "runtest " $2 >> t "/" NR % ncpu ".sh";
71 print "sh " t "/" i ".sh > " t "/" i ".sh.out 2>&1 &";
72 close(t "/" i ".sh");
75 }' | sh
76 cat $T/*.sh.out
77 if grep -q '!!!' $T/*.sh.out
80 grep '!!!' $T/*.sh.out 1>&2
81 nfail="`grep '!!!' $T/*.sh.out | wc -l`"