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

https://github.com/brlin-tw/the-bash-commons-library

This is a GNU Bash library to attempt to make lives easier.
https://github.com/brlin-tw/the-bash-commons-library

bash library

Last synced: about 1 month ago
JSON representation

This is a GNU Bash library to attempt to make lives easier.

Awesome Lists containing this project

README

          

# The Bash Commons Library
This is a GNU Bash library to attempt to make lives easier.

This software is inspired by [Defensive BASH programming - Say what?](http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/).

## Goals
### Only for Bash
Only include code that is for Bash itself.

### Diverse Environment Friendly
All filesystem allowed path *is* valid path, don't fail on them.

## License
WTFPL

## Author
ๆž—ๅšไป <>

## Usage
(To be addressed)