mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-12 14:54:34 +08:00
9 lines
201 B
Bash
Executable File
9 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# open -a Terminal.app -n "npm run start-daemon"
|
|
# open -a Terminal.app -n "npm run start-panel"
|
|
# npm run start-frontend
|
|
|
|
npm run start-daemon &
|
|
npm run start-panel &
|
|
npm run start-frontend |