diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..e665a89 --- /dev/null +++ b/start.bat @@ -0,0 +1,3 @@ +git pull +npm install +node index.js \ No newline at end of file diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..e665a89 --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +git pull +npm install +node index.js \ No newline at end of file