mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-18 15:04:04 +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
|