#!/usr/bin/bash
# -*- sh; sh-shell: bash; -*-

# Script to export vCard file from linphone database
# Tested with linphone v5.2.0

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/linphone-contacts-library

linphone-contacts-export-vcard-file

exit 0
