blob: 02a7f4f1ea7ea7042693af48506f43146c3a9e8f [file] [log] [blame]
Robert Nagy059f26b2019-05-10 14:58:03 +00001#!/usr/bin/env bash
Robert Iannuccif3b152d2018-02-06 16:05:13 -08002
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
7MYPATH=$(dirname "${BASH_SOURCE[0]}")
8
9source "$MYPATH/cipd_bin_setup.sh"
10cipd_bin_setup &> /dev/null
11
12exec "$MYPATH/.cipd_bin/luci-auth" "$@"
13