Skip to content
Snippets Groups Projects

Resolve "Add script(s) for generating diagnostics"

Merged Štěpán Henek requested to merge 4-add-script-s-for-generating-diagnostics into master
1 unresolved thread
Files
18
+ 14
0
Each now module should look like this:
[a-zA-z_]+.module
It should contain:
#!modules/module.sh
help="
some brief description of the module
"
run () {
# the actual code with prints something into stdout/stderr
}