aboutsummaryrefslogtreecommitdiff
path: root/tear-down.sh
blob: ad529e8de855aa528a56c4415cbb699afe9a48cc (plain)
1
2
3
4
5
6
7
#!/bin/bash

IPADDR=`cat IPADDR`
adb devices
echo "Disconnecting adb from $IPADDR:5555"
adb disconnect $IPADDR:5555
adb devices