1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

添加批处理命令

This commit is contained in:
程序员小墨 2022-07-24 14:34:14 +08:00
parent 93bfc6c2cf
commit 7a9c20d038
6 changed files with 8 additions and 0 deletions

1
pm2 restart.bat Normal file
View File

@ -0,0 +1 @@
pm2 restart weibo-hotband-bot

1
pm2 restart.sh Normal file
View File

@ -0,0 +1 @@
pm2 restart weibo-hotband-bot

1
pm2 start.bat Normal file
View File

@ -0,0 +1 @@
pm2 start index.js --name weibo-hotband-bot

1
pm2 start.sh Normal file
View File

@ -0,0 +1 @@
pm2 start index.js --name weibo-hotband-bot

2
pm2 stop.bat Normal file
View File

@ -0,0 +1,2 @@
pm2 stop weibo-hotband-bot
pm2 delete weibo-hotband-bot

2
pm2 stop.sh Normal file
View File

@ -0,0 +1,2 @@
pm2 stop weibo-hotband-bot
pm2 delete weibo-hotband-bot