From 35559e61f356c7a357d1d6f73e07f9d56fd40885 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 24 Feb 2023 11:04:38 -0600 Subject: add river_sp scripts --- .gitignore | 1 + install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 45e60de..bd73ec9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # other git directories blocks/ generics/ +river_sp/ scripts/ shortcmds/ diff --git a/install.sh b/install.sh index 41c2c1a..5fb5c5d 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ HTTP_BASE_URL="https://git.zachir.xyz/" SCRIPT_DIRS="blocks generics +river_sp scripts shortcmds" -- cgit v1.2.3