1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-12 21:52:40 +01:00
spacebarchat/scripts/update/update-git.bat
2021-05-01 17:19:12 +02:00

6 lines
141 B
Batchfile

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