Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding #against-all-authority tag. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 53b7f48ca694b875ece22be4b081b84e06d7c820
parent 2c50929aeeeece236b640c7e8998cadea8d5623c
Author: Annna Robert-Houdin <[email protected]>
Date: Thu, 26 Mar 2020 13:01:14 +0100
Adding #against-all-authority tag.
Diffstat:
M annna-add-hashtag-mass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/annna-add-hashtag-mass b/annna-add-hashtag-mass
@@ -7,8 +7,8 @@ do
[ "$line" = "meme" ] && continue
[ -z "$line" ] && continue
- key="$(printf "${line}\n" | cut -d' ' -f 1)"
- value="$(printf "${line}\n" | cut -d' ' -f 2-)"
+ key="$(printf "%s\n" "${line}" | cut -d' ' -f 1)"
+ value="$(printf "%s\n" "${line}" | cut -d' ' -f 2-)"
printf "Adding %s = %s\n" "${key}" "${value}"
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.