Parent Directory
|
Revision Log
initial import
1 | #!/bin/sh |
2 | export BASE=`dirname $0` |
3 | export LIB="$BASE/thirdparty" |
4 | export CLASSPATH="$LIB/bouncycastle/bcprov-jdk14-142.jar:$LIB/commons-cli/commons-cli-1.2.jar:$BASE/bin" |
5 | if [ "$DISPLAY" ]; then |
6 | java nl.nikhef.jgridstart.gui.Main $@ |
7 | else |
8 | java nl.nikhef.jgridstart.cli.Main $@ |
9 | fi |
Name | Value |
---|---|
svn:executable | * |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |