Initial commit, everything appears to work

This commit is contained in:
2013-07-02 10:04:48 -04:00
parent 6d247993f4
commit c5ba5d61bc

View File

@@ -1,6 +1,13 @@
cmdarg cmdarg
====== ======
source cmdarg.sh
Enjoy
Usage
=====
cmdarg is a helper library I wrote for bash scripts because, at current, option parsing in bash (-foo bar, etc) is really hard, lots harder than it should be, given bash's target audience. So here's my solution. There are 4 functions you will care about: cmdarg is a helper library I wrote for bash scripts because, at current, option parsing in bash (-foo bar, etc) is really hard, lots harder than it should be, given bash's target audience. So here's my solution. There are 4 functions you will care about:
cmdarg cmdarg