From ba3638f2fae414b8f3fe0db5e73ae6fab51a9a00 Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Wed, 26 Jan 2022 18:08:08 -0600 Subject: [PATCH] Add sh loader --- sh/load.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sh/load.sh diff --git a/sh/load.sh b/sh/load.sh new file mode 100644 index 0000000..94d842a --- /dev/null +++ b/sh/load.sh @@ -0,0 +1,4 @@ +# Sources necessary shell scripts +if [ -d "./custom" ]; then + source ./custom/*.sh +fi