Bash AVpres Package
===================

Installation
------------

Run in the Terminal the three commands:

    cd bash-avpres-2025-12-04
    ./configure
    make install

The list of the configuration options is displayed by running:

    ./configure --help


Usage
-----

For the list of the commands provided by Bash AVpres, run in the Terminal:

    bash_avpres

All commands come with an embedded help message and a manual page ("man").


Uninstallation
--------------

    make uninstall
