• Vincent Driessen's avatar
    Include shFlags repo as a Git submodule. · 42600d9b
    Vincent Driessen authored
    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/)
    42600d9b
Name
Last commit
Last update
shFlags @ 2fb06af1 Loading commit data...
.gitmodules Loading commit data...
Makefile Loading commit data...
README.mdown Loading commit data...
bump-version Loading commit data...
git-flow Loading commit data...
git-flow-feature Loading commit data...
git-flow-hotfix Loading commit data...
git-flow-init Loading commit data...
git-flow-release Loading commit data...
git-flow-support Loading commit data...
git-flow-version Loading commit data...