| #!/usr/bin/env bash | |
| # Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| ZIRCON_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" | |
| PREBUILT_DIR="${ZIRCON_ROOT}/prebuilt/downloads" | |
| exec "$PREBUILT_DIR/ninja" "$@" |