#!/bin/bash IPADDR=`cat IPADDR` adb devices echo "Disconnecting adb from $IPADDR:5555" adb disconnect $IPADDR:5555 adb devices