1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-10 04:32:35 +01:00
spacebarchat/scripts/update/update-git.bat
2021-05-01 19:13:28 +02:00

7 lines
144 B
Batchfile

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