| DIR:/proc/self/root/proc/thread-self/root/usr/share/Modules/modulefiles/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/share/Modules/modulefiles/null |
#%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"
|