mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
#%Module1.0
|
|
##
|
|
## foo
|
|
|
|
proc ModulesHelp { } {
|
|
puts stderr "
|
|
FooA: A simple example of modulefile code reuse
|
|
Version 2.0
|
|
|
|
blah, blah, blah
|
|
"
|
|
}
|
|
module-whatis "foo version 2.0"
|
|
|
|
conflict foo
|
|
prepend-path PATH /software/foo/2.0/bin
|
|
prepend-path MANPATH /software/foo/2.0/share/man
|
|
prepend-path LD_LIBRARY_PATH /software/foo/2.0/lib
|
|
|