Files
modules/contrib/modulefiles/dot
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

13 lines
346 B
Plaintext

#%Module1.0######################################################################
##
## dot modulefile
##
proc ModulesHelp { } {
puts stderr "\tThe Dot Module\n"
puts stderr "\tThis module adds the current working directory to your path."
}
module-whatis "adds `.' to your PATH environment variable"
append-path PATH .