2
0
mirror of https://github.com/MCSManager/MCSManager.git synced 2025-02-17 15:59:41 +08:00
MCSManager/start-daemon.sh
2023-08-20 23:20:11 +08:00

8 lines
90 B
Bash
Executable File

#!/bin/bash
script_directory=$(dirname "$0")
cd "$script_directory"/daemon
npm run dev