Files
youchat_proxy/start.sh
T
2024-04-20 01:45:10 +08:00

5 lines
76 B
Bash

#!/bin/sh
git pull
npm install
export YOUCOM_COOKIE="Your Cookie"
node index