blob: 7f7eeac1f05531ed9b7d2e3ecb68020da612f3a6 [file] [log] [blame]
Robert Iannucci5dd7cd62017-05-26 19:31:00 -07001#!/bin/bash
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
7MYPATH=$(dirname "${BASH_SOURCE[0]}")
8
9source "$MYPATH/cipd_bin_setup.sh"
Dirk Pranke44855b92017-07-26 01:07:34 +000010cipd_bin_setup
Robert Iannucci5dd7cd62017-05-26 19:31:00 -070011
12exec "$MYPATH/.cipd_bin/led" "$@"