aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/update-all.sh
diff options
context:
space:
mode:
authorvladlearns <vladlearns@gmail.com>2023-03-08 21:00:55 +0000
committervladlearns <vladlearns@gmail.com>2023-03-08 21:00:55 +0000
commit09c73710c9145afdd22bcdb6da68db8e346e35b6 (patch)
treeb5e032ad127abb6f8d03181583a0b156ae5f5f90 /extensions/update-all.sh
parent0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 (diff)
downloadstable-diffusion-webui-gfx803-09c73710c9145afdd22bcdb6da68db8e346e35b6.tar.gz
stable-diffusion-webui-gfx803-09c73710c9145afdd22bcdb6da68db8e346e35b6.tar.bz2
stable-diffusion-webui-gfx803-09c73710c9145afdd22bcdb6da68db8e346e35b6.zip
chore: auto update all extensions using scripts
Diffstat (limited to 'extensions/update-all.sh')
-rw-r--r--extensions/update-all.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/update-all.sh b/extensions/update-all.sh
new file mode 100644
index 00000000..b00de927
--- /dev/null
+++ b/extensions/update-all.sh
@@ -0,0 +1,3 @@
+ls | while read dir; do if [ -d "$dir/.git" ];
+then echo "Pulling updates for $dir...";
+git -C "$dir" pull; fi; done \ No newline at end of file