mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
9 lines
269 B
Text
9 lines
269 B
Text
|
#!/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 "$@"
|