Files
modules/share/guide/get_started/01-modulepath-modulerc.sh
Xavier Delaruelle 9206a1688a Rename "contrib" directory into "share"
Give a more clear name to the "contrib" directory that contains
architecture and configuration independent data. New directory name is
"share", which correctly matches the destination of these files into the
installation directory.
2024-12-08 10:39:56 +01:00

8 lines
160 B
Bash
Executable File

#!/bin/bash
set -v
cat <<EOF >>/usr/local/Modules/init/modulerc
module use /apps/userenv/modules/environment
module use /apps/userenv/modules/applications
EOF