#!/bin/bash

set -e

exec java -cp $(dirname $0)"/*" org.jaymo_lang.cli.Main_JayMo "$@"

# -Dmary.base=/usr/local/lib/jmo/marytts/
