#!/bin/bash

set -e

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