Sign in
gwt
/
gwt
/
34591c2f30e4daed10d54e4177b30433a68a96da
/
.
/
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
;