Files
Pmodules/config/pmodules.sh.in
T
2025-11-28 09:48:15 +01:00

8 lines
151 B
Bash

#!/bin/bash
if [[ ${UID} -ge 1000 ]]; then
if [[ -r @PREFIX@/share/Pmodules/init/bash ]]; then
source @PREFIX@/share/Pmodules/init/bash
fi
fi