xref: /aosp_15_r20/external/toolchain-utils/crosperf/crosperf (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
1*760c253cSXin Li#!/bin/bash
2*760c253cSXin Li# Copyright 2020 The ChromiumOS Authors
3*760c253cSXin Li# Use of this source code is governed by a BSD-style license that can be
4*760c253cSXin Li# found in the LICENSE file.
5*760c253cSXin Li
6*760c253cSXin LiPYTHONPATH=$(dirname "$0")/..:${PYTHONPATH} exec \
7*760c253cSXin Lipython3 "$(dirname "$0")/crosperf.py" "$@"
8