Files
modules/share/modulefiles/null
Xavier Delaruelle 9206a1688a Rename "contrib" directory into "share"
Give a more clear name to the "contrib" directory that contains
architecture and configuration independent data. New directory name is
"share", which correctly matches the destination of these files into the
installation directory.
2024-12-08 10:39:56 +01:00

10 lines
240 B
Plaintext

#%Module
proc ModulesHelp {} {
puts stderr { null - does absolutely nothing. It is simply meant as a place}
puts stderr { holder in your dot file initialization.}
puts stderr {}
}
module-whatis {does absolutely nothing}