You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Copyright 2023 Uber Technologies, Inc.
|
|
# Licensed under the MIT License
|
|
|
|
set -eu
|
|
|
|
BIN_DIR="$(git rev-parse --show-toplevel)/tools"
|
|
export PATH="$BIN_DIR:$PATH"
|