home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel-075.lha / feel0.75 / bin / feel < prev    next >
Encoding:
Text File  |  1992-06-19  |  397 b   |  10 lines

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