#-------------------------------------------------------------------------------
# Save Settings to a File
#-------------------------------------------------------------------------------
if [ $@ ] ; then
	echo "exec gb $@" >> gb.cache
else
	rm -f gb.cache
fi
#-------------------------------------------------------------------------------


























