5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
cat /home/sdk/.isync/contacts/*.vcf \
|
|
| abook --convert --informat vcard --outformat abook \
|
|
> /home/sdk/.abook/addressbook
|