blob: a2e30a1f87ab4aecf9795e120f180d6604e92c38 [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
Nodir Turakulov47a4b0b2021-05-13 23:58:10 +00007# See revert instructions in cipd_manifest.txt
8
Robert Iannucci5dd7cd62017-05-26 19:31:00 -07009MYPATH=$(dirname "${BASH_SOURCE[0]}")
10
11source "$MYPATH/cipd_bin_setup.sh"
Dan Jacques5aeeb722017-07-28 15:22:25 +020012cipd_bin_setup &> /dev/null
Robert Iannucci5dd7cd62017-05-26 19:31:00 -070013
14exec "$MYPATH/.cipd_bin/led" "$@"