1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-14 14:42:30 +01:00
spacebarchat/scripts/update/update-git.bat
2021-05-01 16:10:57 +02:00

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