aosp12/external/crosvm/bin/preupload-clippy

9 lines
269 B
Plaintext
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
#!/bin/bash
# Copyright 2020 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.
SCRIPT_PATH="$(dirname "$(realpath "$0")")"
exec "${SCRIPT_PATH}"/clippy --use-cache "$@"