| #!/usr/bin/env bash | |
| # Copyright 2017 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. | |
| echo "This script is deprecated and simply forwards to build-magenta.sh" | |
| echo "Please update your scripts and workflow to call that script directly." | |
| readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| "${SCRIPT_DIR}"/build-magenta.sh $@ |