
#! /bin/sh

cd ..
cd ..
FXDIR=`pwd`; export FXDIR
echo $FXDIR
cd demo
FXAPDIR=`pwd`; export FXAPDIR
echo $FXAPDIR

cd bin
. $FXDIR/unx/fxsetenv

FXEDIT=fxedit; export FXEDIT
FXMAKE=mkdemo; export FXMAKE
# FXPRT=$FXDIR/dev/prconfig; export FXPRT

# 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

demoflex menu -m 11000 M


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