MCSManager/start-daemon.sh

8 lines
90 B
Bash
Raw Normal View History

2023-08-20 23:20:11 +08:00
#!/bin/bash
script_directory=$(dirname "$0")
cd "$script_directory"/daemon
npm run dev