Initial revision

This commit is contained in:
sater 1984-07-19 13:20:15 +00:00
parent 801226a45c
commit b95f4c8bfd

4
mach/pdp/libem/compmodule Executable file
View file

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