Simple rc.local Question

When calling a basic shell script from rc.local, is it better to use

. /path/script.sh

or

sh /path/script.sh

Never quite understood the difference between the two.

 

 

 

 

Top