diff --git a/scripts/Bootstrap/Pmodules/modulecmd b/scripts/Bootstrap/Pmodules/modulecmd new file mode 100644 index 0000000..f35a650 --- /dev/null +++ b/scripts/Bootstrap/Pmodules/modulecmd @@ -0,0 +1,4 @@ +#!/bin/bash --noprofile + +declare -r bindir=$( cd $(dirname $0) && pwd -P ) +"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modulecmd.bash" "$@"