Files
modules/contrib/modulefiles/null
Xavier Delaruelle 97f052b47b contrib: import and adapt example modulefiles
Get and adapt regular set of example modulefiles provided with
environment-modules.
2017-05-03 06:23:26 +02:00

12 lines
340 B
Plaintext

#%Module1.0#####################################################################
##
## null modulefile
##
proc ModulesHelp { } {
puts stderr "\tThis module does absolutely nothing."
puts stderr "\tIt's meant simply as a place holder in your"
puts stderr "\tdot file initialization."
}
module-whatis "does absolutely nothing"