Introduction
Introduction Statistics Contact Development Disclaimer Help
Check for error on add tag in add-hashtag-mass. - annna - Annna the nice friend…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 646cebcc0adab3a0c42fabdfe85f11496229e680
parent c8916227fdfedf86e946393d0d9466bad2d68653
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 13 May 2020 19:59:16 +0200
Check for error on add tag in add-hashtag-mass.
Diffstat:
M annna-add-hashtag-mass | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/annna-add-hashtag-mass b/annna-add-hashtag-mass
@@ -19,6 +19,7 @@ do
printf "Adding %s = %s\n" "${key}" "${value}"
annna-add-hashtag "${key}" "${value}" >&2 >/dev/null
+ [ $? -gt 0 ] && continue
git commit -a -m "Adding ${key} tag." >&2 >/dev/null
git push >&2 >/dev/null
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.