diff --git a/pm2 restart.bat b/pm2 restart.bat new file mode 100644 index 0000000..9e9eb8b --- /dev/null +++ b/pm2 restart.bat @@ -0,0 +1 @@ +pm2 restart weibo-hotband-bot \ No newline at end of file diff --git a/pm2 restart.sh b/pm2 restart.sh new file mode 100644 index 0000000..9e9eb8b --- /dev/null +++ b/pm2 restart.sh @@ -0,0 +1 @@ +pm2 restart weibo-hotband-bot \ No newline at end of file diff --git a/pm2 start.bat b/pm2 start.bat new file mode 100644 index 0000000..bdbca0d --- /dev/null +++ b/pm2 start.bat @@ -0,0 +1 @@ +pm2 start index.js --name weibo-hotband-bot \ No newline at end of file diff --git a/pm2 start.sh b/pm2 start.sh new file mode 100644 index 0000000..bdbca0d --- /dev/null +++ b/pm2 start.sh @@ -0,0 +1 @@ +pm2 start index.js --name weibo-hotband-bot \ No newline at end of file diff --git a/pm2 stop.bat b/pm2 stop.bat new file mode 100644 index 0000000..b3c0f7f --- /dev/null +++ b/pm2 stop.bat @@ -0,0 +1,2 @@ +pm2 stop weibo-hotband-bot +pm2 delete weibo-hotband-bot \ No newline at end of file diff --git a/pm2 stop.sh b/pm2 stop.sh new file mode 100644 index 0000000..b3c0f7f --- /dev/null +++ b/pm2 stop.sh @@ -0,0 +1,2 @@ +pm2 stop weibo-hotband-bot +pm2 delete weibo-hotband-bot \ No newline at end of file