Files
youchat_proxy/start.bat
T
2024-04-21 14:41:48 +08:00

5 lines
76 B
Batchfile

git pull
call npm install
set YOUCOM_COOKIE=Your Cookie
node index
pause