small change
parent
efcd55bfc7
commit
e50fe33459
2
eye.sh
2
eye.sh
|
@ -81,7 +81,7 @@ main() {
|
||||||
LAST_COUNTS["$target"]=1
|
LAST_COUNTS["$target"]=1
|
||||||
elif [ -d "$target" ]; then
|
elif [ -d "$target" ]; then
|
||||||
LAST_MODS["$target"]=0
|
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
|
fi
|
||||||
blue "started watching \033[94m$target\033[0m"
|
blue "started watching \033[94m$target\033[0m"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue