Add sh loader

This commit is contained in:
Coby Powers
2022-01-26 18:08:08 -06:00
parent e45166c525
commit ba3638f2fa

4
sh/load.sh Normal file
View File

@ -0,0 +1,4 @@
# Sources necessary shell scripts
if [ -d "./custom" ]; then
source ./custom/*.sh
fi