• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# Copyright 2017 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5set -eu
6cd "$(dirname "$(readlink -f "$0")")"
7. ../bin/find_virtualenv.sh
8exec_python_module autotest_lib.server.autoserv "$@"
9