mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-15 07:02:29 +01:00
3 lines
123 B
Batchfile
3 lines
123 B
Batchfile
@ECHO off
|
|
ECHO Update for PNPM...
|
|
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && cd %%~fa && npm i |