#!/bin/sh
FEEL_VERSION=${FEEL_VERSION-74}
# You may have to modify this line
# it assumes that you installed feel in /net/brad/denton_export/denton/You/NewYou.
# This is probably wrong
FEEL_LOAD_PATH="$FEEL_LOAD_PATH:.:/net/brad/denton_export/denton/You/NewYou/Modules"
FEEL_EXEC=${FEEL_EXEC-/net/brad/denton_export/denton/You/NewYou/Src/you}
export FEEL_LOAD_PATH FEEL_EXEC
exec  ${FEEL_EXEC} $*
