blob: 3fd62f2d76ca0971b4b16322fbbb880b297b907a [file] [log] [blame]
Dan Jacquesfa16a832017-05-10 21:48:541#!/bin/bash
Sergey Berezin6fee2672017-05-01 22:31:162
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
7MYPATH=$(dirname "${BASH_SOURCE[0]}")
8
9source "$MYPATH/cipd_bin_setup.sh"
Dan Jacques5aeeb722017-07-28 13:22:2510cipd_bin_setup &> /dev/null
Sergey Berezin6fee2672017-05-01 22:31:1611
12exec "$MYPATH/.cipd_bin/vpython" "$@"