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 878870cf56
commit e121945242

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