mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
12 lines
340 B
Plaintext
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"
|