Files
Pmodules/Pmodules/modmanage
T

7 lines
170 B
Bash

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