xref: /aosp_15_r20/external/autotest/server/virtualenv_autoserv (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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