blob: 86ad811c409d1e7771bd44c368ee7f5ea8c0bd28 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2016 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec $DIR/../magenta/scripts/run-magenta -a x86-64 \
-o $DIR/../out/build-magenta/build-magenta-pc-x86-64 "$@"