summaryrefslogtreecommitdiffstats
path: root/sys-apps/darklin/files/profile
blob: 0b1851a3c36b83fc5d2862ffa36460c00e5ab7ad (plain)
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