1 2 3 4 5 6 7 8 9 10
# CfgStart darklin for sh in /etc/profile.d/*.sh ; do if [ -r "$sh" ] ; then . "$sh" fi done unset sh # CfgEnd darklin