summaryrefslogtreecommitdiff
path: root/functions.sh
blob: 2ef04bb77afaf91ff5a657af226858e7b6ee7886 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

LH_BASE="${LH_BASE:-/usr/share/live-helper}"

for FUNCTION in "${LH_BASE}"/functions/*.sh
do
	. "${FUNCTION}"
done