Initial revision

This commit is contained in:
ceriel 1987-01-28 15:29:13 +00:00
parent 7cfd88dab7
commit aeacaeb08f

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

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