ack/mach/i80/libem/compmodule

5 lines
62 B
Plaintext
Raw Normal View History

1987-01-28 15:29:13 +00:00
if i80 -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi