From 49446e8bff090f8fb0175e1739d93b9ac8915f18 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Thu, 26 Mar 2026 00:46:35 +0800 Subject: [PATCH] auto-sync: 2026-03-26 00:46:35 --- restart-simple-watcher.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 restart-simple-watcher.sh diff --git a/restart-simple-watcher.sh b/restart-simple-watcher.sh new file mode 100644 index 000000000..b6121aef0 --- /dev/null +++ b/restart-simple-watcher.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +# 重启文件监控器 +# ============================================ + +# 停止当前监控 +./stop-simple-watcher.sh + +# 等待一秒 +sleep 1 + +# 启动新监控 +./start-simple-watcher.sh + +# 显示状态 +./status-simple-watcher.sh