golden hour
/etc/scl
⬆️ Go Up
Upload
File/Folder
Size
Actions
conf
-
Del
OK
func_scl.csh
248 B
Del
OK
modulefiles
-
Del
OK
prefixes
-
Del
OK
Edit: func_scl.csh
if ( "$1" == "load" || "$1" == "unload" ) then # It is possible that function module is not declared in time of this # declaration so eval is used instead of direct calling of function module eval "module $*:q" else /usr/bin/scl $*:q endif
Save