#!/bin/bash

set -e

exec java -cp $(dirname $0)"/*" org.jmo_lang.ide.swing.App_IDE_Swing "$@"

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

