Created
October 13, 2016 13:43
-
-
Save Funi1234/d56fc0982d67d19ead2cb0ec7f23dbde to your computer and use it in GitHub Desktop.
xcrun simctl shutdown all simulators
This file contains hidden or 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
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