mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 09:07:57 +02:00
7 lines
170 B
Bash
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" "$@"
|