5 lines
154 B
Bash
5 lines
154 B
Bash
#!/bin/bash --noprofile
|
|
|
|
declare -r bindir=$( cd $(dirname $0) && pwd -P )
|
|
"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modmanage.bash" "$@"
|