mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-02 04:00:48 +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
|