Files
linux-toolkit/sh/load.sh
2022-01-26 18:08:08 -06:00

5 lines
89 B
Bash

# Sources necessary shell scripts
if [ -d "./custom" ]; then
source ./custom/*.sh
fi