home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gofer230.zip / Progs / Gofer / Scripts / old / gofer < prev   
Text File  |  1994-06-23  |  376b  |  11 lines

  1. #!/bin/sh
  2. #
  3. # A simple shell script to invoke the Gofer interpreter and set the path
  4. # to the prelude file.  Ultimately, you might want to copy this file into
  5. # your own bin directory so that you can record your favourite command line
  6. # settings or use a different prelude file ...
  7. #
  8. GOFER=/usr/local/lib/Gofer/standard.prelude
  9. export GOFER
  10. exec /usr/local/lib/Gofer/gofer $*
  11.