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