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.
- Host: GitHub
- URL: https://github.com/brlin-tw/the-bash-commons-library
- Owner: brlin-tw
- Created: 2017-01-11T16:11:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T20:04:49.000Z (over 9 years ago)
- Last Synced: 2025-01-22T08:45:51.076Z (over 1 year ago)
- Topics: bash, library
- Language: Shell
- Homepage: https://github.com/Lin-Buo-Ren/The-Bash-Commons-Library
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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)