Skip to content

Instantly share code, notes, and snippets.

@gologo13
Last active April 26, 2016 05:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gologo13/b9971f2a47150733a937 to your computer and use it in GitHub Desktop.
Save gologo13/b9971f2a47150733a937 to your computer and use it in GitHub Desktop.
open-realm.sh
#!/bin/sh
UUID=$(ls -t1 ~/Library/Developer/CoreSimulator/Devices/ | head -1)
open $(find ~/Library/Developer/CoreSimulator/Devices/$UUID/data/Containers/Data/Application/ -name \*.realm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment