Take android screenshot from terminal.
Write it on your .bashrc or .zshrc whatever.
alias screenshot='adb_peco.sh screenshot2 $TMPDIR/screenshot.png; open $TMPDIR/screenshot.png'
Take android screenshot from terminal.
Write it on your .bashrc or .zshrc whatever.
alias screenshot='adb_peco.sh screenshot2 $TMPDIR/screenshot.png; open $TMPDIR/screenshot.png'