TheSignPainter98 / bb

A command-line dispatcher for startBB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bb

A command-line dispatcher for startBB (companion to startAB provided by atelierb)

What is it

It allows commands to be issued from the command-line, so (hopefully) the user will not need to use the AtelierB front-end.

Usage

bb --cmd1 args args ... --cmd2 args ...

Commands cmd correspond exactly to those available from within the startBB batch environment. Args associate to the nearest command to the left.

Installation

git clone git@github.com:/TheSignPainter98/bb.git
cd bb

Check that the INSTALL_LOCATION variable has an acceptable install value (by default this is ~/.bin), then run the following.

make

Uninstallation

To uninstall, simply run:

make clean

About

A command-line dispatcher for startBB

License:GNU General Public License v3.0


Languages

Language:Shell 75.9%Language:Makefile 24.1%