chore: auto update all extensions using scripts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
for /d %%i in (*) do @if exist "%%i\.git" (echo Pulling updates for %%i... & git -C "%%i" pull)
|
||||
Reference in New Issue
Block a user