Initial revision

This commit is contained in:
ceriel 1987-01-16 16:49:12 +00:00
parent a3b0f08d57
commit d5148e0b0f

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

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