lucicfg 379 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. # Copyright 2019 The Chromium Authors. All rights reserved.
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. # See revert instructions in cipd_manifest.txt
  6. MYPATH=$(dirname "${BASH_SOURCE[0]}")
  7. source "$MYPATH/cipd_bin_setup.sh"
  8. CIPD_ROOT=$(cipd_bin_setup) &> /dev/null
  9. exec "$CIPD_ROOT/lucicfg" "$@"