aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/update-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/update-all.sh')
-rw-r--r--extensions/update-all.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/update-all.sh b/extensions/update-all.sh
deleted file mode 100644
index b00de927..00000000
--- a/extensions/update-all.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-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