#! /bin/sh #---------------------------------------------------------------------------- # /var/install/bin/show-menu - show menu # # Copyright (c) 2001-2005 The Eisfair Team, c/o Frank Meyer, frank(at)eisfair(dot)org # # Creation: 04.11.2001 fm # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- # include eislib . /var/install/include/eislib menu_file="$1" menu_package="$2" url='' if [ "$menu_package" != "" ] then PACKAGE="$menu_package" export PACKAGE fi ### read_menu_file ############################################################################# read_menu_file() { title='' n=0 while read line do case "$line" in '#'*|'