1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-08 19:52:36 +01:00

Update update-git.bat

This commit is contained in:
Stylix58 2021-05-01 18:28:31 +02:00 committed by GitHub
parent bbeb558e31
commit f7b2707631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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