diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 19:53:56 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 19:53:56 +0100 |
commit | c1a157d4175006999555badabbe80fa6f479b76f (patch) | |
tree | 2d77fc5c9e8b3da38b92307f98c2dfe4ca73b7d2 | |
parent | 560b6470aada0b149f350a715f0f9d89ceca816c (diff) |
Add sheet for interacting with an Android device
-rw-r--r-- | android.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android.md b/android.md new file mode 100644 index 0000000..c9fdefa --- /dev/null +++ b/android.md @@ -0,0 +1,7 @@ +# For interacting with an Android device + +Mount on system: + + aft-mtp-mount <mount directory> + +Later just `umount`. |