#!/bin/bash

set -e

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

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