blob: 6e63932579b95cb9e8ad80078b790c1f35c7ee6f [file] [log] [blame]
Yaakov Shaulb4fc3382019-08-09 18:08:19 +00001#!/usr/bin/env bash
2
3# Copyright 2018 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
Yaakov Shaulb4fc3382019-08-09 18:08:19 +00009MYPATH=$(dirname "${BASH_SOURCE[0]}")
10
11source "$MYPATH/cipd_bin_setup.sh"
12cipd_bin_setup &> /dev/null
13
14exec "$MYPATH/.cipd_bin/buildjobs" "$@"
15