
            This is cool libbash library!
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In short, libbash is tool intented to provide system wide access to various
scripts of yours. See documentation and/or man pages for more details.

libbash also provided m4 macros to use with autoconf, which may help you to
find out which libbash libraries are available during configure run.

            Installation
            ~~~~~~~~~~~~
is pretty trivial. Usual 
    ./configure && make && make install
will do. You may want to run configure as:
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
After install - update libbash libraries cache - run ldbashconfig.

            Requirements
            ~~~~~~~~~~~~
libbash is tested with bash-3.0. Probably it will work with 2.0x flavors too.
You'll need doxygen to generate html documentation.

			License
			~~~~~~~
libbash is licensed under GPLv3
