ack/mach/i86/libem/compmodule

5 lines
62 B
Plaintext
Raw Normal View History

1987-01-08 10:21:35 +00:00
if i86 -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi