blob: 04ffd8d56704d4693976d1a4b7f033dd527fd362 [file] [log] [blame]
Fumitoshi Ukai27bd4e42019-10-30 04:22:37 +00001#!/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
7MYPATH=$(dirname "${BASH_SOURCE[0]}")
8
9source "$MYPATH/cipd_bin_setup.sh"
10cipd_bin_setup &> /dev/null
11
12PYTHONDONTWRITEBYTECODE=1 exec python "$MYPATH/.cipd_bin/goma_auth.py" "$@"