function usage {
- echo "menu.sh [options] command"
+ echo "installscript [options] command"
echo "creatools configure/compile/install script"
echo ""
echo ""
if [ `checkVal $command config all` == true ] ; then
echo "#!/bin/bash" > $configureFile
echo >> $configureFile
- echo "#File generated by 'menu.sh'" >> $configureFile
+ echo "#File generated by 'installscript'" >> $configureFile
echo "#DO NOT edit !" >> $configureFile
echo "#(except if you *do* know what you do)" >> $configureFile
echo >> $configureFile