I have snippet from a shell script. Wondering what does the line starting with a 'dot' mean? It doesn't work when I try on Mac
test -x $DAEMON || exit 0
set -e
. /lib/lsb/init-functions
I have snippet from a shell script. Wondering what does the line starting with a 'dot' mean? It doesn't work when I try on Mac
test -x $DAEMON || exit 0
set -e
. /lib/lsb/init-functions