6
0
forked from pool/jeuclid
Files
jeuclid/jeuclid-cli.sh

9 lines
233 B
Bash
Raw Permalink Normal View History

#!/bin/bash
. /usr/share/java-utils/java-functions
MAIN_CLASS=net.sourceforge.jeuclid.app.Mml2xxx
set_classpath "commons-logging commons-cli commons-lang xmlgraphics-commons batik-all commons-io jeuclid-core jeuclid-cli"
run "$@"