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