Skip to content

Instantly share code, notes, and snippets.

@gabriel
Created April 28, 2009 22:53
Show Gist options
  • Save gabriel/103457 to your computer and use it in GitHub Desktop.
Save gabriel/103457 to your computer and use it in GitHub Desktop.
# Goes to the current iPhone simulator app directory
alias simwd='cd "/Users/$USER/Library/Application Support/iPhone Simulator/User/Applications/" && cd `ls -t | cut -f 1 | head -1` && echo "Changed to `pwd`"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment