compoundrule8.test (77B)
1 #!/bin/sh 2 DIR="`dirname $0`" 3 NAME="`basename $0 .test`" 4 $DIR/test.sh $NAME 5 6