Initial revision

This commit is contained in:
ceriel 1987-01-08 10:21:35 +00:00
parent 9c50da1e82
commit 1a6f092a39

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

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