Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdillon/commando-bash

Bourne Again Shell commando
https://github.com/jdillon/commando-bash

bash commando

Last synced: 5 days ago
JSON representation

Bourne Again Shell commando

Awesome Lists containing this project

README

        

# Commando - BASH

Commando - Bourne Again SHell.

Add configurable commands to a Unix-based project w/o too many dependencies on fancy languages.

## Requires

* Bash (version 4+)

### Tools

* which
* find
* awk
* tr
* printf
* tput
* basename
* dirname
* sort
* rm
* mkdir
* ls
* expr

### install.sh

* mktemp
* curl
* tar

## Features

* Provides project configuration
* User configuration overrides
* Extensible commands
* Command help system

## Install

From project directory run:

```
curl -sSL https://raw.githubusercontent.com/jdillon/commando-bash/master/install.sh | bash -s
```