auto-sync: 2026-03-26 00:46:35

This commit is contained in:
cfdaily
2026-03-26 00:46:35 +08:00
parent 888d1d2522
commit 49446e8bff
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
# 重启文件监控器
# ============================================
# 停止当前监控
./stop-simple-watcher.sh
# 等待一秒
sleep 1
# 启动新监控
./start-simple-watcher.sh
# 显示状态
./status-simple-watcher.sh