mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-03-31 18:25:47 +00: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
|