Files
sanguo_quant_live/restart-simple-watcher.sh
T
2026-03-26 00:46:35 +08:00

17 lines
243 B
Bash

#!/bin/bash
# 重启文件监控器
# ============================================
# 停止当前监控
./stop-simple-watcher.sh
# 等待一秒
sleep 1
# 启动新监控
./start-simple-watcher.sh
# 显示状态
./status-simple-watcher.sh