summarylogtreecommitdiffstats
path: root/mesquite.sh
blob: d12e2181fd846c903b4631a96f37a4e2a23dfc3c (plain)
1
2
3
4
#!/bin/sh

cd /usr/share/mesquite
"$JAVA_HOME/bin/java" -Djava.library.path=lib -Djri.ignore.ule="yes" -cp . mesquite.Mesquite "$@"