Skip to content

Instantly share code, notes, and snippets.

@thisandagain
Created February 12, 2015 02:23
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thisandagain/018bb8fd6c85344db4d3 to your computer and use it in GitHub Desktop.
Save thisandagain/018bb8fd6c85344db4d3 to your computer and use it in GitHub Desktop.
ADB Aliases
alias devices='adb devices'
alias logcat='adb logcat CordovaLog:D *:S'
alias forward='adb forward tcp:6000 localfilesystem:/data/local/debugger-socket'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment