PATH: //etc/scl
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 conf/
X
📄 func_scl.csh
↓
X
📁 modulefiles/
X
📁 prefixes/
X
SAVING...
BERHASIL DIUBAH!
EDITING: 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
SIMPAN PERUBAHAN