Files
Pmodules/Pmodules/modmanage
T

7 lines
155 B
Bash

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