#!/usr/bin/env bash
# Open mobile-client on a physical device (USB Android or Expo Go QR).
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
exec bash "$(dirname "${BASH_SOURCE[0]}")/open-mobile.sh" "${1:-android-device}"
