• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3# Copyright 2020 The Chromium OS Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7SCRIPT_PATH="$(dirname "$(realpath "$0")")"
8exec "${SCRIPT_PATH}"/clippy --use-cache "$@"
9