blob: 3c598e5203768ef01d52f018a1a2fe7266201713 [file] [log] [blame]
#!/bin/bash
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#### CATEGORY=Run, inspect and debug
### start component graph server to map component topology
PYTHONPATH="$FUCHSIA_DIR/scripts/component_graph/" python3 -m server "$@"