| #!/bin/bash | |
| # Copyright 2017 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # | |
| # Run turtle graphics inside virtualenv. | |
| set -eu | |
| original=$(pwd) | |
| cd -- "$(readlink -e -- "$(dirname -- "$0")")" | |
| . ./find_virtualenv.sh | |
| cd -- "$original" | |
| exec_python_module devserver_lib.apache_log_metrics "$@" |