blob: bc71abad5ef777a36d0a4af2b850d688a61f6018 [file] [log] [blame]
Robert Nagy059f26b2019-05-10 14:58:03 +00001#!/usr/bin/env bash
Robert Iannucci5dd7cd62017-05-26 19:31:00 -07002
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 15:22:25 +020010cipd_bin_setup &> /dev/null
Robert Iannucci5dd7cd62017-05-26 19:31:00 -070011
12exec "$MYPATH/.cipd_bin/led" "$@"