批量重命名,把关键词放在前面,动作词放在后面

This commit is contained in:
Luk Lu
2022-04-01 09:55:38 +08:00
parent 1edf66b260
commit 4cd12adc62
30 changed files with 120 additions and 13 deletions

9
yapi-run.sh Executable file
View File

@@ -0,0 +1,9 @@
echo 'Starting yapi ...'
sudo pm2 start "/faronear/fon/yapi/vendors/server/app.js" --name yapi # sudo it so that pm2 list shows it as root
echo 'Starting https2http proxy ...'
cd /faronear/fon/yapi.faronear.org
sudo pm2 start ./node_modules/base.webserver/server.js --name yapi.https2http # sudo it so that pm2 list shows it as root
cd /faronear/
echo 'Started yapi + https2http.'