Fumitoshi Ukai | 27bd4e4 | 2019-10-30 04:22:37 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | |||||
3 | # Copyright 2019 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 | |||||
7 | MYPATH=$(dirname "${BASH_SOURCE[0]}") | ||||
8 | |||||
9 | source "$MYPATH/cipd_bin_setup.sh" | ||||
10 | cipd_bin_setup &> /dev/null | ||||
11 | |||||
12 | PYTHONDONTWRITEBYTECODE=1 exec python "$MYPATH/.cipd_bin/goma_auth.py" "$@" |