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 +