mbligh | e8819cd | 2008-02-15 16:48:40 +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/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient |