mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-04-26 01:02:09 +00:00
5 lines
132 B
Batchfile
5 lines
132 B
Batchfile
@ECHO off
|
|
ECHO Update for Git...
|
|
cd ..\..
|
|
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && git -C %%~fa pull
|