mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-14 14:42:30 +01:00
3 lines
122 B
Batchfile
3 lines
122 B
Batchfile
@ECHO off
|
|
ECHO Update for Git...
|
|
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && git -C %%~fa pull |