blob: 11799ad7731fa9b119d30ff941a7393a61650d4d [file] [log] [blame]
#!/bin/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.
#### CATEGORY=Run, inspect and debug
#### DEPRECATED
### deprecated: use fx emu / fx qemu instead
## deprecated: use fx emu or fx qemu instead
set -e
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/lib/vars.sh || exit $?
fx-warn "fx run is deprecated - replaced by:"
fx-warn "fx emu (fuchsia (android) emulator)"
fx-warn "fx qemu (qemu)"
fx-warn " running qemu in 5s..."
sleep 5
fx-command-exec qemu "$@"