Files
MX_Pmodule/System/getopt/modulefile
2018-10-11 17:48:28 +02:00

12 lines
311 B
Plaintext

#%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.
"