so I\'m trying to run some ADB commands through a powershell script.
This is a simple example of what I am trying to do:
adb shell \" echo \"in adb shel
I was able to get around this by doing:
adb shell "su -c '[cmd]; [cmd]' "