=========================================================

                    fosh
             fully optimized shell
    Radovan Garabik  http://www.fmph.uniba.sk/~garabik/
		    		    
=========================================================

the purpose of fosh is to make an interactive shell consuming
as little memory as possible, to be used on computers[1] with 
about 4MB memory.

It is based on release 2.1 of sash, originally written by 
David I. Bell (dbell@canb.auug.org.au), with getline library 
from the kiss shell by Chris Thewalt (thewalt@ce.berkeley.edu).

Debian users: type "dpkg-buildpackage" in fosh-1.* directory
to build a debian package, then type "dpkg -i ../fosh-1.*.deb"
to install it.

Others: type "make install" to build and install the program,
and "make install-doc" to install man page.


[1] a friend of mine has such a computer and was complaining about
    how much memory bash takes. That was the primary reason for
    writting this shell.

