From e1219452429d7fe52196744e223e80e82922247e Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 25 Mar 2021 21:25:29 +0000 Subject: [PATCH] Rename lookup-contact to contact-numbers and fix new lines --- bin/.bin/{lookup-contact => contact-numbers} | 2 -- 1 file changed, 2 deletions(-) rename bin/.bin/{lookup-contact => contact-numbers} (97%) diff --git a/bin/.bin/lookup-contact b/bin/.bin/contact-numbers similarity index 97% rename from bin/.bin/lookup-contact rename to bin/.bin/contact-numbers index 2ed0fb1b..26812e2a 100755 --- a/bin/.bin/lookup-contact +++ b/bin/.bin/contact-numbers @@ -13,6 +13,4 @@ cat "$addressbook" | numType="$(echo "$numLine" | cut -d '=' -f 1)" echo -e "$name\t$num\t$numType" done - - echo "" done