home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gofer230.zip / Progs / Gofer / Scripts / Readme < prev    next >
Text File  |  1994-06-23  |  1KB  |  25 lines

  1. This directory contains scripts that can be used in a Unix based environment
  2. to take care of initialisation and environment settings for the Gofer
  3. interpreter and compiler:
  4.  
  5.   gofer    starts up the command line version of Gofer with a particular
  6.            prelude and initial command line argument settings.  In addition,
  7.            this scripts attempts to set suitable values for the EDITLINE
  8.            variable, based on the value of EDITOR (if it has one).
  9.  
  10.            Written as a sh script, Mark Jones, March 1993
  11.        Some modification by Jonathan Bowen, August 1993
  12.  
  13.   goferc   Runs the Gofer compiler and compiles the resulting C code.
  14.            Handles project files or individually listed files (filename
  15.            suffix such as .gs must be used).
  16.  
  17.            Written as a csh script, Ian Holyer, March 1993
  18.  
  19. It is expected that each Gofer user on a given system will make copies of
  20. these files in their own local file space and modify as necessary to give
  21. their preferred settings for command line arguments etc.
  22.  
  23. The old subdirectory contains older script files which have been subsumed
  24. by the two scripts above, but might be useful in some special situations.
  25.