Only display uniq hashtags. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 304a12c80b96af182ce51ca52db7c7a8d409184a
(DIR) parent 25d194c7fc5aae319532576acd607a5b58523e29
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Tue, 9 Feb 2021 21:14:22 +0100
Only display uniq hashtags.
Thanks josuah for finding this!
Diffstat:
M annna-start-services | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/annna-start-services b/annna-start-services
@@ -715,7 +715,7 @@ annna_common() {
for (tag in tags)
if (k++ < taglimit)
print tags[tag]
- }' | while read -r tag;
+ }' | sort -u | while read -r tag;
do
if tagline="$(grep "${tag} " "${hashtagfile}")";
then