Skip to content

Instantly share code, notes, and snippets.

@kimar
Created January 24, 2014 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimar/8597623 to your computer and use it in GitHub Desktop.
Save kimar/8597623 to your computer and use it in GitHub Desktop.
Kill iPhone Simulator in case it's running to prevent Xcode from nagging you
killall "iPhone Simulator"; sleep 2; exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment