Skip to content

Instantly share code, notes, and snippets.

View huseyinbarin's full-sized avatar

Huseyin Barin huseyinbarin

View GitHub Profile
@huseyinbarin
huseyinbarin / android-screen-to-gif.sh
Created January 15, 2016 08:07 — forked from lorenzos/android-screen-to-gif.sh
Captures screen from Android device via ADB and makes a 180x320 GIF
#!/bin/bash
# How to install:
# exo-open "http://developer.android.com/sdk/index.html#Other"
# sudo apt-get install libav-tools imagemagick
# wget https://gist.githubusercontent.com/lorenzos/e8a97c1992cddf9c1142/raw/android-screen-to-gif.sh
# chmod a+x android-screen-to-gif.sh
# Help message
function usage() {