mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
8 lines
275 B
Batchfile
8 lines
275 B
Batchfile
@echo off
|
|
REM -----------------------------------------------
|
|
REM Script to customize module-tcl for "cmd" shell
|
|
REM Load the modulepaths with "module use"
|
|
REM -----------------------------------------------
|
|
call module use %MODULESHOME%\modulefiles
|
|
call module avail
|