Dan Jacques | fa16a83 | 2017-05-10 21:48:54 | [diff] [blame] | 1 | #!/bin/bash |
Sergey Berezin | 6fee267 | 2017-05-01 22:31:16 | [diff] [blame] | 2 | |
3 | # Copyright 2017 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 | ||||
11 | |||||
12 | exec "$MYPATH/.cipd_bin/vpython" "$@" |