Commit 42600d9b authored by Vincent Driessen's avatar Vincent Driessen

Include shFlags repo as a Git submodule.

shFlags is a library written to greatly simplify the handling of
command-line flags in Bourne based Unix shell scripts (bash, dash, ksh,
sh, zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.).

Most shell scripts use getopt for flags processing, but the different
versions of getopt on various OSes make writing portable shell scripts
difficult.  shFlags instead provides an API that doesn't change across
shell and OS versions so the script writer can be confident that the
script will work.

(Taken from http://code.google.com/p/shflags/)
parent d3bc7602
[submodule "shFlags"]
path = shFlags
url = git://github.com/nvie/shFlags.git
Subproject commit 2fb06af13de884e9680f14a00c82e52a67c867f1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment