Created
May 9, 2019 14:31
-
-
Save imbudhiraja/537ca38ca3b10fff5ec0b516d2d635c2 to your computer and use it in GitHub Desktop.
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
recordiOSSimulator() { | |
echo -n "Started iOS simulator recording"; | |
echo -n "Use CTRL+C to stop recording"; | |
xcrun simctl io booted recordVideo "$1"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment