OXIESEC PANEL
- Current Dir:
/
/
etc
/
scl
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/21/2025 01:37:12 AM
rwxr-xr-x
📁
conf
-
01/29/2025 12:22:44 PM
rwxr-xr-x
📄
func_scl.csh
248 bytes
08/25/2017 08:23:02 AM
rw-r--r--
📁
modulefiles
-
04/01/2023 04:10:31 PM
rwxr-xr-x
📁
prefixes
-
01/29/2025 12:22:44 PM
rwxr-xr-x
Editing: func_scl.csh
Close
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