chore: auto update all extensions using scripts
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user