Rename lookup-contact to contact-numbers and fix new lines

This commit is contained in:
Jonathan Hodgson 2021-03-25 21:25:29 +00:00
parent e625abc285
commit aaf3baa610

View file

@ -13,6 +13,4 @@ cat "$addressbook" |
numType="$(echo "$numLine" | cut -d '=' -f 1)"
echo -e "$name\t$num\t$numType"
done
echo ""
done