Introduction
Introduction Statistics Contact Development Disclaimer Help
annna-message-common: limit number of pattern-matched tags - annna - Annna the …
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit a42ef23ee516f0bc77ff3965b19045e02ba138ce
parent 8f4093c5162880987273638dbf3fb1ec2d678da5
Author: Anders Damsgaard <[email protected]>
Date: Mon, 23 Oct 2023 11:48:19 +0200
annna-message-common: limit number of pattern-matched tags
Signed-off-by: Annna Robert-Houdin <[email protected]>
Diffstat:
M annna-message-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -1249,7 +1249,7 @@ $0 !~ /#nospoil/ {
if (!uniq[tag]++ && taglimit-- > 0)
print tag
}
-}' | while read -r tag;
+}' | head -n "$printnhashtags" | while read -r tag;
do
[ "${tag}" = "#expand" ] && continue
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.