From 3cd608e5ec9ef8e8928fa29ca6b13c49c5abe5c8 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 25 Apr 2013 21:53:11 +0200 Subject: [PATCH] power off android device over adb --- adb-power-off.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 adb-power-off.sh diff --git a/adb-power-off.sh b/adb-power-off.sh new file mode 100755 index 0000000..3d6af08 --- /dev/null +++ b/adb-power-off.sh @@ -0,0 +1,3 @@ +#!/bin/sh -x + +adb shell reboot -p -- 2.20.1