Run gen_test_results.sh through ShellCheck.
1 file changed
tree: c5547dc70892094b7ef41fa8a6e58d0a5992d894
  1. bin/
  2. doc/
  3. examples/
  4. lib/
  5. .gitignore
  6. .travis.yml
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. gen_test_results.flags
  10. gen_test_results.sh
  11. LICENSE
  12. README.md
  13. shflags
  14. shflags_test.sh
  15. shflags_test_defines.sh
  16. shflags_test_helpers
  17. shflags_test_issue_28.sh
  18. shflags_test_parsing.sh
  19. shflags_test_private.sh
  20. shflags_test_public.sh
README.md

shFlags README

shFlags is a port of the Google gflags library for Unix shell. The code is written in a way to be as portable as possible to work across a wide array of Unix variants. It is also tested with shUnit2 to maintain code quality.

If you'd like to use shFlags, feel free to read the documentation. https://github.com/kward/shflags/wiki/Documentation12x