System/getopt

- added
This commit is contained in:
2018-10-11 17:48:28 +02:00
parent f9a3d3b77b
commit ea37f47348
4 changed files with 70 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#%Module1.0
module-whatis "parse command-line arguments from shell scripts"
module-url "http://frodo.looijaard.name/project/getopt"
module-license "GNU GPLv2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Getopt(1) is a program to help shell scripts parse command-line parameters.
"