Robert Nagy | 059f26b | 2019-05-10 14:58:03 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
Robert Iannucci | d6d0ecc | 2018-02-06 15:32:39 -0800 | [diff] [blame] | 2 | |
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 | |||||
7 | MYPATH=$(dirname "${BASH_SOURCE[0]}") | ||||
8 | |||||
9 | source "$MYPATH/cipd_bin_setup.sh" | ||||
10 | cipd_bin_setup &> /dev/null | ||||
11 | |||||
12 | exec "$MYPATH/.cipd_bin/prpc" "$@" | ||||
13 |