Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 05-Oct-2017 | 38 | |
Android.mk | 05-Oct-2017 | 888 | |
bin/ | 05-Oct-2017 | ||
doc/ | 05-Oct-2017 | ||
examples/ | 05-Oct-2017 | ||
lib/ | 05-Oct-2017 | ||
LICENSE | 05-Oct-2017 | 11.1K | |
MODULE_LICENSE_APACHE2 | 05-Oct-2017 | 0 | |
NOTICE | 05-Oct-2017 | 11.1K | |
README.md | 05-Oct-2017 | 450 | |
src/ | 05-Oct-2017 | ||
test_results/ | 05-Oct-2017 |
1 shFlags README 2 ============== 3 4 shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/) 5 library for Unix shell. The code is written in a way to be as portable as 6 possible to work across a wide array of Unix variants. It is also tested with 7 [shUnit2](https://github.com/kward/shunit2) to maintain code quality. 8 9 If you'd like to use shFlags, feel free to read the documentation. 10 https://github.com/kward/shflags/wiki/Documentation10x 11