mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
open -a Terminal.app "start-daemon.sh"
|
|
open -a Terminal.app "start-panel.sh"
|
|
./start-frontend.sh
|