#!/usr/bin/env bash
# Open mobile-client in the iOS Simulator.
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
exec bash "$(dirname "${BASH_SOURCE[0]}")/open-mobile.sh" ios
