blob: 94d941bac55cfa60ed6291bd7bc313b6dfd1477e [file] [log] [blame]
Robert Nagy059f26b2019-05-10 14:58:03 +00001#!/usr/bin/env bash
Robert Iannuccid6d0ecc2018-02-06 15:32:39 -08002
3# Copyright 2018 The Chromium 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
Nodir Turakulov47a4b0b2021-05-13 23:58:10 +00007# See revert instructions in cipd_manifest.txt
8
Robert Iannuccid6d0ecc2018-02-06 15:32:39 -08009MYPATH=$(dirname "${BASH_SOURCE[0]}")
10
11source "$MYPATH/cipd_bin_setup.sh"
12cipd_bin_setup &> /dev/null
13
14exec "$MYPATH/.cipd_bin/prpc" "$@"
15