BogusForth installation

It's very easy to compile and install bf

COMPILATION
-----------

execute the shell program compile.sh, from a sh shell;
you will find a bf executable in the source directory:

$ ./compile.sh

If this shouldn't work, hit:

$ sh compile.sh

and it should go.

INSTALLATION
------------

This must be done as root. First of all, assure that /usr/local/bin
is a correct location for you. If not alter the destination in the
file install.sh.
Then, as before execute one of the following:

# ./install.sh

# sh install.sh

and bf will be available by anyone in your system.

Of course you can manually copy or move bf in the loaction you want 
into your path. bf doesn't depend on any file. If you like, copy the 
file albf in the same bf directory.
It's GPL. Enjoy!
