diff --git a/start.bat b/start.bat index c48d7c2..0951b5b 100644 --- a/start.bat +++ b/start.bat @@ -1,2 +1,4 @@ +git pull +npm install set YOUCOM_COOKIE=Your Cookie node index \ No newline at end of file diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..72a656b --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/sh +git pull +npm install +export YOUCOM_COOKIE="Your Cookie" +node index \ No newline at end of file