Bang

README for bang
Login

README for bang

Install

Install: prerequisites

ninja and luax (optional: pandoc for luax documentation)

Ninja:

    sudo apt install ninja-build

Pandoc:

    sudo apt install pandoc

LuaX:

    git clone https://github.com/CDSoft/luax
    cd luax
    ./bootstrap.sh

Build and install luax (in ~/.local/bin by default):

    ninja install  # install LuaX to ~/.local/bin

Install: bang

Clone bang:

    git clone https://github.com/CDSoft/bang
    cd bang

Build and install bang (in ~/.local/bin by default):

    ninja install 

Build and install install bang in /my/path/PREFIX/bin:

    PREFIX=/my/path ninja install

Usage

See the ex* subdirectories for example usage.