Skip to content

Instantly share code, notes, and snippets.

@enzosterro
Last active December 14, 2017 08:28
Show Gist options
  • Save enzosterro/3052c99e79146ed165619b4a052f36ee to your computer and use it in GitHub Desktop.
Save enzosterro/3052c99e79146ed165619b4a052f36ee to your computer and use it in GitHub Desktop.
Record Simulator Video
simrecord() {
read -p "Enter file name:" filename
xcrun simctl io booted recordVideo ~/Downloads/$filename.mov
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment