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. 5 set -eu 6 cd "$(dirname "$(readlink -f "$0")")" 7 . ../bin/find_virtualenv.sh 8 exec_python_module autotest_lib.server.autoserv "$@" 9