[[ ${floop} -gt 2 ]] && echo "0lder Tiddlers are similaR... BREAK" && break

This commit is contained in:
fred 2023-12-06 00:51:24 +01:00
parent 1822563569
commit 595a37c38b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cat "${RSS}" | jq 'sort_by(.created) | reverse | .[]' | jq -r '.title' > ~/.zen/
while read title; do
[[ ${floop} -gt 3 ]] && echo "Considering older Tiddlers are similaR... BREAK" && break
[[ ${floop} -gt 2 ]] && echo "0lder Tiddlers are similaR... BREAK" && break
# FILTER Astroport and les than 3 characters title Tiddlers (ex: GPS, ...)
[[ ${title} == "GettingStarted" || ${title::3} == ${title} || ${title} == "AstroID" || ${title} == "Astroport" || ${title} == "MadeInZion" || ${title} == "G1Visa" || ${title} == "ZenCard" || ${title::5} == "Draft" ]] \