showard | 3544486 | 2008-08-07 22:35:30 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | APPDIR=`dirname $0`; | ||||
3 | GWTDIR=`$APPDIR/gwt_dir`; | ||||
showard | 03ce733 | 2009-09-08 16:27:53 +0000 | [diff] [blame] | 4 | java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.TkoClient/TkoClient.html "$@" autotest.TkoClient |