bb 320 B

123456789101112
  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. MYPATH=$(dirname "${BASH_SOURCE[0]}")
  6. source "$MYPATH/cipd_bin_setup.sh"
  7. cipd_bin_setup &> /dev/null
  8. exec "$MYPATH/.cipd_bin/bb" "$@"