Sign in
gwt
/
gwt
/
6e4351e37c0ab6a30f22659c53d63139f9b98eca
/
.
/
distro-source
/
src
/
benchmarkViewer
blob: 8672c6fc8ef0712e181df0ef9f75b539026e7332 [
file
]
#!/bin/sh
APPDIR
=
`dirname $0`
;
java
-
Dcom
.
google
.
gwt
.
junit
.
reportPath
=
"$1"
-
cp
"$APPDIR/gwt-dev.jar"
com
.
google
.
gwt
.
dev
.
RunWebApp
-
port auto $APPDIR
/
gwt
-
benchmark
-
viewer
.
war
;