https://github.com/jdillon/commando-bash
Bourne Again Shell commando
https://github.com/jdillon/commando-bash
bash commando
Last synced: 5 months ago
JSON representation
Bourne Again Shell commando
- Host: GitHub
- URL: https://github.com/jdillon/commando-bash
- Owner: jdillon
- License: apache-2.0
- Created: 2018-07-21T22:58:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T17:42:28.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T12:35:17.807Z (6 months ago)
- Topics: bash, commando
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```