Introduction
Introduction Statistics Contact Development Disclaimer Help
Add sorting of hashtagdb to annna-add-hashtag. - annna - Annna the nice friendl…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit f4eeb0dd255c180c93cf50f28233bdee2fb3335c
parent 9bdd5f2f341fb18ff9803ac250097c07168a57b8
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 1 Jan 2020 13:23:38 +0100
Add sorting of hashtagdb to annna-add-hashtag.
Diffstat:
M annna-add-hashtag | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/annna-add-hashtag b/annna-add-hashtag
@@ -86,6 +86,8 @@ inserttag() {
printf "%s %s\n" "${tag}" "${memecacheuri}" >> "${hashtagdb}"
printf "tag '%s' added as '%s' to hashtags db.\n" "${tag}" "${memecach…
+ sort "${hashtagdb}" > "${hashtagdb}.sort"
+ mv "$hashtagdb.sort" "${hashtagdb}"
}
addtag() {
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.