commit 7f85b7f9c1684de483701a5b24a7008d5712d67e parent 0abd2aa4ad36bc40c0f0649321e701318ce2b66c Author: Anders Damsgaard <andersd@riseup.net> Date: Thu, 30 Nov 2017 08:56:24 -0500 change output of t script Diffstat:
M | links/bin/t-followers-diff.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/links/bin/t-followers-diff.sh b/links/bin/t-followers-diff.sh @@ -10,5 +10,6 @@ t followers | \ sed 's/ */ /' | sed 's/ *//g' \ > $tmpfile +echo "> = unfollowed < = new follower" diff $tmpfile{,-old} -echo "$(wc -l $tmpfile | awk '{ print $1 }') < $(wc -l $tmpfile-old | awk '{ print $1 }') followers" +echo "To $(wc -l $tmpfile | awk '{ print $1 }') from $(wc -l $tmpfile-old | awk '{ print $1 }') followers"