Skip to content

Commit

Permalink
Include shFlags repo as a Git submodule.
Browse files Browse the repository at this point in the history
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/)
  • Loading branch information
nvie committed Jan 30, 2010
1 parent d3bc760 commit 42600d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "shFlags"]
path = shFlags
url = git://github.com/nvie/shFlags.git
1 change: 1 addition & 0 deletions shFlags
Submodule shFlags added at 2fb06a

0 comments on commit 42600d9

Please sign in to comment.