5 lines
89 B
Bash
5 lines
89 B
Bash
# Sources necessary shell scripts
|
|
if [ -d "./custom" ]; then
|
|
source ./custom/*.sh
|
|
fi
|