mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-04-14 16:05:51 +00:00
5 lines
116 B
Batchfile
5 lines
116 B
Batchfile
@ECHO off
|
|
ECHO Update...
|
|
cd ..\..\..\
|
|
FOR /D %%a IN (%CD%\fosscord-workspace\*) do git -C %%~fa pull && npm i
|
|
PAUSE |