You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is possible to send commands and get output using the shell method as demonstrated in the adbutils GitHub repository, I want to start a session.
I find it annoying when I try the following:
Running ls shows all files and directories in the current working directory (cwd).
However, when I do cd somedir and then run ls again, it still lists the contents of the old directory.
Is there a way to persist the state across multiple shell call?
By the way, the project is really helpful and well documented, thanks for that ❤️
The text was updated successfully, but these errors were encountered:
While it is possible to send commands and get output using the shell method as demonstrated in the adbutils GitHub repository, I want to start a session.
I find it annoying when I try the following:
ls
shows all files and directories in the current working directory (cwd).cd somedir
and then runls
again, it still lists the contents of the old directory.Is there a way to persist the state across multiple shell call?
By the way, the project is really helpful and well documented, thanks for that ❤️
The text was updated successfully, but these errors were encountered: