Skip to content

Instantly share code, notes, and snippets.

View litangyu's full-sized avatar

爱吃肉的宇哥 litangyu

View GitHub Profile
@litangyu
litangyu / adbwifi.sh
Created November 14, 2016 06:17 — forked from stormzhang/adbwifi.sh
shell script for adb wifi
#!/bin/bash
#Modify this with your IP range
MY_IP_RANGE="192\.168\.1"
#You usually wouldn't have to modify this
PORT_BASE=5555
#List the devices on the screen for your viewing pleasure
adb devices