summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 748815b..f5b6f61 100755
--- a/install.sh
+++ b/install.sh
@@ -5,11 +5,13 @@
SSH_BASE_URL="git@git.zachir.xyz:zachir/"
HTTP_BASE_URL="https://git.zachir.xyz/"
-SCRIPT_DIRS="blocks
+SCRIPT_DIRS="$(<<EOF
generics
scripts
shortcmds
-sp"
+sp
+EOF
+
printhelp () {
printf "install.sh | Used to add my other script repos as submodules. Feel free to modfy it to clone yours as well.\n"