Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

1
scl/conf Symbolic link
View File

@@ -0,0 +1 @@
prefixes

7
scl/func_scl.csh Normal file
View File

@@ -0,0 +1,7 @@
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

View File

@@ -0,0 +1 @@
/opt/rh