home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / alst-3.04.lha / ALSt-3.04 / StartSt < prev    next >
Text File  |  1994-05-14  |  381b  |  13 lines

  1. ; This is the startup script for Amiga Little Smalltalk
  2. ;
  3. ; You may want to do the command "protect StartSt +s" so that you can type
  4. ; "startst" instead of "execute startst" to run this script.
  5. ;
  6. ; etc: this points to the termcap file, "" is current directory
  7. assign etc: ""
  8. ; TERM is the entry in the termcap file to use
  9. setenv TERM amiga  
  10. ; now start Amiga Little Smalltalk
  11. st
  12.  
  13.