1*63d4e48fSSadaf Ebrahimi# shFlags README 2*63d4e48fSSadaf Ebrahimi 3*63d4e48fSSadaf EbrahimishFlags is a port of the Google [gflags](http://gflags.github.io/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](https://github.com/kward/shunit2) to maintain code quality. 4*63d4e48fSSadaf Ebrahimi 5*63d4e48fSSadaf EbrahimiIf you'd like to use shFlags, feel free to read the documentation. 6*63d4e48fSSadaf Ebrahimihttps://github.com/kward/shflags/wiki/Documentation12x 7*63d4e48fSSadaf Ebrahimi 8*63d4e48fSSadaf Ebrahimi[![Travis CI][travis-ci-png]][travis-ci] 9*63d4e48fSSadaf Ebrahimi 10*63d4e48fSSadaf Ebrahimi[travis-ci-png]: https://travis-ci.org/kward/shflags.png?branch=master 11*63d4e48fSSadaf Ebrahimi[travis-ci]: https://travis-ci.org/kward/shflags 12