mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
9 lines
185 B
Bash
9 lines
185 B
Bash
#/bin/sh
|
|
|
|
#JAVA=kaffe
|
|
JAVA=gij
|
|
CLASSPATH=classes:/usr/share/java/gtk.jar:/usr/share/java/gnome.jar
|
|
MAINCLASS=org.klomp.snark.SnarkGnome
|
|
|
|
${JAVA} -classpath ${CLASSPATH} ${MAINCLASS} $*
|