ack/mach/pmds4/libsys/compmodule
1987-01-26 21:51:58 +00:00

5 lines
64 B
Plaintext
Executable file

if pmds4 -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi