aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/install.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
committerSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
commit880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch)
treebdafb71416f176d2a4b73bf716c9dc3f13685a8b /Installer/install.sh
Initial revision
Diffstat (limited to 'Installer/install.sh')
-rwxr-xr-xInstaller/install.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/Installer/install.sh b/Installer/install.sh
new file mode 100755
index 0000000..8f21663
--- /dev/null
+++ b/Installer/install.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -z ${CLASSPATH:=""} ] ; then
+ CLASSPATH=GL4JInstaller.jar
+else
+ CLASSPATH=GL4JInstaller.jar:${CLASSPATH}
+fi
+export CLASSPATH
+exec java GL4JInst