Add MusicWorkshop application
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
# shellcheck disable=SC1091
|
||||
source "$SCRIPT_DIR/common.sh"
|
||||
|
||||
load_config
|
||||
ensure_runtime_dir
|
||||
|
||||
stop_service_process "QQ 音乐 API" "$(pid_file_for qq)"
|
||||
stop_service_process "网易云音乐 API" "$(pid_file_for netease)"
|
||||
Reference in New Issue
Block a user