eye.sh new ver

posts
serr 2025-04-13 17:25:35 +03:00
parent e10f131a5a
commit e223135501
1 changed files with 1 additions and 1 deletions

2
eye.sh
View File

@ -81,7 +81,7 @@ main() {
LAST_COUNTS["$target"]=1
elif [ -d "$target" ]; then
LAST_MODS["$target"]=0
LAST_COUNTS["$target"]=$(find "$target" -type f 2>/dev/null | wc -l)
LAST_COUNTS["$target"]=$(find "$target" -type f | wc -l)
fi
blue "started watching \033[94m$target\033[0m"
done