5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
|
if vax4 -O -c -L -I../../../h -I. $1 1>&2
|
||
|
then echo `basename $1 $2`.o
|
||
|
else exit 1
|
||
|
fi
|