Add sh loader
This commit is contained in:
4
sh/load.sh
Normal file
4
sh/load.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Sources necessary shell scripts
|
||||||
|
if [ -d "./custom" ]; then
|
||||||
|
source ./custom/*.sh
|
||||||
|
fi
|
Reference in New Issue
Block a user