Introduction
Introduction Statistics Contact Development Disclaimer Help
Add meme2 support to anna meme add scripts. - annna - Annna the nice friendly b…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 05a5677d0d72f707f08e15317c6c9073a723ea0a
parent 527d657a1fab18dc74646276b90987c4b0abdc4b
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 19 May 2020 12:46:27 +0200
Add meme2 support to anna meme add scripts.
Diffstat:
M annna-add-hashtag-mass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/annna-add-hashtag-mass b/annna-add-hashtag-mass
@@ -7,10 +7,11 @@ export PATH="$PATH:/home/annna/bin"
while read -r line;
do
[ "$line" = "meme" ] && continue
+ [ "$line" = "meme2" ] && continue
[ -z "$line" ] && continue
key="$(printf "%s\n" "${line}" | cut -d' ' -f 1)"
- value="$(printf "%s\n" "${line}" | cut -d' ' -f 2-)"
+ value="$(printf "%s\n" "${line}" | cut -d' ' -f 2)"
taguri="$(annna-get-hashtag-url "${key}")"
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.