mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 18:13:08 +02:00
6 lines
146 B
Bash
6 lines
146 B
Bash
#!/bin/sh
|
|
|
|
unset BASH_ENV
|
|
origin="${BASH_SOURCE[0]%/*}"
|
|
"${origin}/../libexec/bash" --noprofile --norc "${origin}/../libexec/modulecmd.bash" "$@"
|