Robert Nagy | 059f26b | 2019-05-10 14:58:03 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
Robert Iannucci | 5dd7cd6 | 2017-05-26 19:31:00 -0700 | [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 | |
Nodir Turakulov | 47a4b0b | 2021-05-13 23:58:10 +0000 | [diff] [blame] | 7 | # See revert instructions in cipd_manifest.txt |
| 8 | |
Robert Iannucci | 5dd7cd6 | 2017-05-26 19:31:00 -0700 | [diff] [blame] | 9 | MYPATH=$(dirname "${BASH_SOURCE[0]}") |
| 10 | |
| 11 | source "$MYPATH/cipd_bin_setup.sh" |
Dan Jacques | 5aeeb72 | 2017-07-28 15:22:25 +0200 | [diff] [blame] | 12 | cipd_bin_setup &> /dev/null |
Robert Iannucci | 5dd7cd6 | 2017-05-26 19:31:00 -0700 | [diff] [blame] | 13 | |
| 14 | exec "$MYPATH/.cipd_bin/led" "$@" |