5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
if sun2 -c -L $1 1>&2
|
||
|
then echo `basename $1 $2`.o
|
||
|
else exit 1
|
||
|
fi
|