Home | History | Annotate | Download | only in client
      1 #!/bin/sh
      2 APPDIR=`dirname $0`;
      3 GWTDIR=`$APPDIR/gwt_dir`;
      4 java  -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient
      5