Sign in
gwt
/
gwt
/
4a205a45cffba44f9413244b1fca0f4e63c52044
/
.
/
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
;