Initial revision

This commit is contained in:
ceriel 1987-01-26 21:51:58 +00:00
parent 6db629db4d
commit 4133a3cbc3

4
mach/pmds4/libsys/compmodule Executable file
View file

@ -0,0 +1,4 @@
if pmds4 -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi