blob: dd6866d8b43c0f929b52905b8ca450d5b6df9aa8 [file] [log] [blame]
#!/usr/bin/env python
# Copyright (c) 2014 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.
import sys
from hooks import install
from trace_viewer.build import trace_viewer_dev_server
if __name__ == '__main__':
install.InstallHooks()
sys.exit(trace_viewer_dev_server.Main(sys.argv[1:]))