Skip to content

Commit 42600d9

Browse files
committed
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/)
1 parent d3bc760 commit 42600d9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "shFlags"]
2+
path = shFlags
3+
url = git://github.com/nvie/shFlags.git

shFlags

Submodule shFlags added at 2fb06af

0 commit comments

Comments
 (0)