diff options
Diffstat (limited to 'make/scripts/adb-power-alwayson.sh')
-rwxr-xr-x | make/scripts/adb-power-alwayson.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/adb-power-alwayson.sh b/make/scripts/adb-power-alwayson.sh new file mode 100755 index 000000000..ec04064be --- /dev/null +++ b/make/scripts/adb-power-alwayson.sh @@ -0,0 +1,3 @@ +sdir=`dirname $0` + +adb $* shell svc power stayon true |