Skip to content

Instantly share code, notes, and snippets.

@kevinejohn
Created April 26, 2012 21:44
Show Gist options
  • Save kevinejohn/2503431 to your computer and use it in GitHub Desktop.
Save kevinejohn/2503431 to your computer and use it in GitHub Desktop.
CopySQLiteToDesktop
while true; do find ~/Library/Application\ Support/iPhone\ Simulator/5.1/Applications/ -name WingLite.sqlite -exec cp -f {} ~/Desktop/ \; ; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment