aboutsummaryrefslogtreecommitdiff
path: root/tear-down.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tear-down.sh')
-rwxr-xr-xtear-down.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tear-down.sh b/tear-down.sh
new file mode 100755
index 0000000..4bf14b5
--- /dev/null
+++ b/tear-down.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+IPADDR=`cat IPADDR`
+echo "Disconnecting adb from $IPADDR:5555"
+adb disconnect $IPADDR:5555