mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-03 12:20:49 +02:00
8 lines
151 B
Bash
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
|