Skip to content

Instantly share code, notes, and snippets.

@fabionuno
fabionuno / adb+
Created August 14, 2014 21:10 — forked from christopherperry/adb+
#!/bin/bash
# Script adb+
# Usage
# You can run any command adb provides on all your currently connected devices
# ./adb+ <command> is the equivalent of ./adb -s <serial number> <command>
#
# Examples
# ./adb+ version
# ./adb+ install apidemo.apk
# ./adb+ uninstall com.example.android.apis