From: Dobrica Pavlinusic Date: Thu, 25 Apr 2013 19:53:11 +0000 (+0200) Subject: power off android device over adb X-Git-Url: http://git.rot13.org/?p=android-command-line.git;a=commitdiff_plain;h=3cd608e5ec9ef8e8928fa29ca6b13c49c5abe5c8;hp=e7632806520da89424583e4745fc29e10a870f9c power off android device over adb --- 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