Skip to content
Snippets Groups Projects
Verified Commit f5b21035 authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

diagnostics: a brief description of the module format

parent 6d2e3296
No related branches found
No related tags found
1 merge request!9Resolve "Add script(s) for generating diagnostics"
Each now module should look like this:
[a-zA-z_]+.module
It should contain:
help="
some brief description of the module
"
if [ "$1" = "run" ] ; then
# the actual code with prints something into stdout/stderr
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment