WillyB <[EMAIL PROTECTED]> wrote:
> Hope you all like it, it saves me from editing my .fgfsrc file all the time
> and remembering all the the command line options I usully use.
Nice. You still can save a bit of work on maintaining the script by
replacing the manually edited aircraft selection list. For example:
AIRCRAFT=`fgfs --show-aircraft | awk '{print $1}'`
i=1
echo "Choose your Aircraft - The default is c172p"
for n in ${AIRCRAFT}; do
echo $i\) $n
i=`expr $i + 1`
done
You probably hav to work around the aircraft aliases,
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel