23 lines
518 B
Markdown
23 lines
518 B
Markdown
# Shell Tools package
|
|
|
|
```
|
|
_____ ___
|
|
|_ _/ _ \
|
|
| || (_) |
|
|
|_| \__\_\
|
|
```
|
|
|
|
This is a growing selection of shell tools used by me and my colleagues.
|
|
|
|
Each tool is an individual program, which do often depend on other tools.
|
|
Dependencies are best found by running the programs.
|
|
|
|
To see the help page of each tool, run the ./README script
|
|
|
|
## Installation
|
|
|
|
1. `hg clone https://bitbucket.org/MoonQ/tools`
|
|
2. `. tools/rc`
|
|
|
|
It is best to add the second line in your .bashrc
|