Skip to content

Instantly share code, notes, and snippets.

@Funi1234
Created October 13, 2016 13:43
Show Gist options
  • Save Funi1234/d56fc0982d67d19ead2cb0ec7f23dbde to your computer and use it in GitHub Desktop.
Save Funi1234/d56fc0982d67d19ead2cb0ec7f23dbde to your computer and use it in GitHub Desktop.
xcrun simctl shutdown all simulators
xcrun simctl list devices | grep '\(Shutdown\)' | grep -oE '[0-9A-Z]{8}-([0-9A-Z]{4}-){3}[0-9A-Z]{12}' | xargs -I {} xcrun simctl shutdown "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment