Files
Pmodules/Pmodules/modulecmd
T

7 lines
155 B
Bash

#!/bin/sh
unset BASH_ENV
bindir=$( cd $(dirname "$0")/../sbin && pwd -P )
"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modulecmd.bash" "$@"