Skip to content

Instantly share code, notes, and snippets.

View sthulesen's full-sized avatar

Søren Thulesen sthulesen

  • Mindworking
  • Værkmestergade 11, 8000 Århus C
View GitHub Profile
@sthulesen
sthulesen / gist:49f04aa1394bd1228564
Created December 1, 2014 09:36
Android: Take screen using shell command
/Applications/Android/sdk/platform-tools/adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png