4 lines
47 B
Bash
4 lines
47 B
Bash
mv /app/* /koishi/ -r
|
|
cd /koishi
|
|
npm run start
|
mv /app/* /koishi/ -r
|
|
cd /koishi
|
|
npm run start
|