Merge branch 'master' of ssh://git.jonathanh.co.uk:2222/jab2870/Dotfiles

This commit is contained in:
Jonathan Hodgson 2021-03-31 09:44:58 +01:00
commit 0fec84e1f1

View file

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