
#! /bin/sh

cd ..
FXDIR=`pwd`; export FXDIR
FXDATA=$FXDIR/menu/menu.dbs; export FXDATA
cd menu 

# To see color on console uncomment next line
# FXCOLOR=color; export color
if test ! "$FXCOLOR" = ""; then
    if test "$TERM" = "ansi"; then 
         FXTERM=ansicolor; export FXTERM
    fi
fi

flex menu -m 11000 M

if test "$FXTERM" = "ansicolor"; then 
    setcolor -n
    clear
fi
