✏️ 正在编辑: func_scl.csh
路径:
/etc/scl/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
💾 保存文件
← 返回文件管理器