/// This example demonstrates how to connect to an Android device and use the shell command to print all the contents of a folder
/// To run this example, execute:
/// ```sh
/// cargo run --example list_files
/// ```
use ADBList;
use ADBManager;