blob: 8a0990cf5c36cfd5015ece5af4dad0f5ecbc3b63 [file] [log] [blame]
#!/bin/bash
set -e
### start overnet host-pipe to target device
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/../lib/vars.sh || exit $?
fx-config-read
onet="$FUCHSIA_BUILD_DIR/host-tools/onet"
socat EXEC:"$onet host-pipe" EXEC:"$FUCHSIA_DIR/scripts/fx shell onet host-pipe"