From 04d351da30389cc9d5f1afccb167ddf57c966aa5 Mon Sep 17 00:00:00 2001 From: jebba Date: Sun, 23 Jan 2022 14:34:49 -0700 Subject: [PATCH] shell --- scripts/pysalx-shell | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/pysalx-shell diff --git a/scripts/pysalx-shell b/scripts/pysalx-shell new file mode 100755 index 0000000..cd72eef --- /dev/null +++ b/scripts/pysalx-shell @@ -0,0 +1,8 @@ +#!/bin/bash +# Thi script will give you a root shell on the analyzer + +set -x + +adb root +adb shell +