johnsiwicki
10/26/2018 - 2:08 PM

cli.md

Open iOS Sim

Add Alias

nano .bash_profile

type i at the top of the file

open iOS Simulator alias ios='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app' open server alias server='python -m SimpleHTTPServer 8000'

check ip alias myip='curl icanhazip.com'