#!/bin/bash

set -e

exec java -cp \
/usr/share/xemy-extras/xemy-contacts.jar:\
/usr/share/xemy-extras/lib/* \
de.mn77.xcontacts.Main "$@"
