7 lines
86 B
Plaintext
Executable file
7 lines
86 B
Plaintext
Executable file
if ${MACH?} ${MACHFL?} -c $1 1>&2
|
|
then
|
|
echo `basename $1 $2`.${SUF?}
|
|
else
|
|
exit 1
|
|
fi
|