Skip to content

Instantly share code, notes, and snippets.

View tsangint's full-sized avatar

tsangint tsangint

View GitHub Profile
@tsangint
tsangint / ios-simulator.sh
Last active January 2, 2019 05:43
iOS simulator shell
#!/usr/bin/python
# usage: ./ios-simulator.sh "iPhone XR"
import os
import re
import sys
name=sys.argv[1]
print "Finding "+name