home *** CD-ROM | disk | FTP | other *** search
- ; This is the startup script for Amiga Little Smalltalk
- ;
- ; You may want to do the command "protect StartSt +s" so that you can type
- ; "startst" instead of "execute startst" to run this script.
- ;
- ; etc: this points to the termcap file, "" is current directory
- assign etc: ""
- ; TERM is the entry in the termcap file to use
- setenv TERM amiga
- ; now start Amiga Little Smalltalk
- st
-
-