Server : Apache System : Linux wealthytechsolutions.wealthytechsolutions.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : raybondt ( 1003) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system Directory : /proc/125622/root/usr/share/Modules/modulefiles/ |
#%Module1.0#####################################################################
##
## module-git modulefile
##
proc ModulesHelp { } {
puts stderr "\tThis module will set up an alias for easy anonymous"
puts stderr "\tcheck-out last version of the Modules package"
puts stderr "\tget-modules - retrieve last version of modules sources"
}
module-whatis "get last version of the module sources from GitHub"
set-alias get-modules "git clone git://github.com/cea-hpc/modules.git && cd modules"
if {[module-info mode load]} {
ModulesHelp
}