Skip to content

Instantly share code, notes, and snippets.

@timothyclemans
Created February 27, 2014 19:18
Show Gist options
  • Save timothyclemans/9257112 to your computer and use it in GitHub Desktop.
Save timothyclemans/9257112 to your computer and use it in GitHub Desktop.
Install ADB one liner on Mac
curl -L https://github.com/OpenShades/wearscript/raw/dev/thirdparty/adb/osx/adb > adb && chmod 755 adb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment