dotfiles/.bin/update-abook.sh

7 lines
177 B
Bash
Raw Normal View History

#!/bin/sh
echo "Updating abook addressbook"
cat /home/sdk/.isync/contacts/*.vcf \
| abook --convert --informat vcard --outformat abook \
> /home/sdk/.abook/addressbook