I am looking for a way to run a command located in a text file inside of an android app using the adb. Is this possible? I know it possible to read a file through the adb, but is it possible to run a files contents ('adb shell '...) without viewing it's contents?
Thanks in advance!