ack/mach/i80/libmon/compmodule

5 lines
62 B
Plaintext
Raw Normal View History

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