blob: 371d04af4a518f0a6f6858284647667de07501d9 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
BASEDIR=$(dirname $0)
SERVERPATH=$BASEDIR/stream_server/standalone.py
SERVERROOT=$BASEDIR/../
HANDLERSPATH=examples/stream_server/handlers
echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
python $SERVERPATH -d $SERVERROOT -w $HANDLERSPATH -p 8001