mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
script_directory=$(dirname "$0")
|
|
cd "$script_directory"/panel
|
|
npm run dev
|
|
|
|
|