From 3d64dc4cb8e1beec4c332668e99d12402312686f Mon Sep 17 00:00:00 2001 From: Yujing Zheng Date: Wed, 21 Aug 2024 18:25:59 +0800 Subject: [PATCH] format --- examples/watch-and-upload/watch-and-upload.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/watch-and-upload/watch-and-upload.sh b/examples/watch-and-upload/watch-and-upload.sh index 566b551..17c7390 100755 --- a/examples/watch-and-upload/watch-and-upload.sh +++ b/examples/watch-and-upload/watch-and-upload.sh @@ -142,7 +142,6 @@ main() { "$WATCH_DIR" | while read -d "" event; do event=$(realpath -s "$event") - echo "$event" if [ -f "$event" ] && [[ "$(basename "$event")" != .* ]]; then echo "正在处理 $event" process_file "$event"