WebUI/extensions/update-all.bat

1 line
95 B
Batchfile

for /d %%i in (*) do @if exist "%%i\.git" (echo Pulling updates for %%i... & git -C "%%i" pull)