Skip to content

Instantly share code, notes, and snippets.

View liangzr's full-sized avatar
:octocat:

Jory Liang liangzr

:octocat:
  • Gradual
  • Hangzhou China
  • 02:16 (UTC +08:00)
View GitHub Profile
@liangzr
liangzr / adbwifi.sh
Created February 6, 2016 08:49 — 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