Skip to content

Instantly share code, notes, and snippets.

@LouisBVL
Created December 6, 2013 21:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LouisBVL/7832373 to your computer and use it in GitHub Desktop.
Save LouisBVL/7832373 to your computer and use it in GitHub Desktop.
function screenrecord() {
echo "Press ^C to stop recording."
adb shell screenrecord /sdcard/$1.mp4
sleep 1
adb pull /sdcard/$1.mp4 .
adb shell rm /sdcard/$1.mp4
open $1.mp4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment