Files
spacebarchat/scripts/update/update-git.bat
T

3 lines
122 B
Batchfile

@ECHO off
ECHO Update for Git...
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && git -C %%~fa pull