dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

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:
Mlinks/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"