mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-10 04:32:35 +01:00
7 lines
144 B
Batchfile
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
|