Created
April 26, 2012 21:44
-
-
Save kevinejohn/2503431 to your computer and use it in GitHub Desktop.
CopySQLiteToDesktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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