Initial revision

This commit is contained in:
ceriel 1987-02-02 10:45:26 +00:00
parent e024792e68
commit b7477f4654

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

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