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