Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-31 00:17:43 +00:00
parent dfd5b3bcaa
commit 20442da91f
21 changed files with 418 additions and 2 deletions

17
tldr/ideviceimagemounter Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ideviceimagemounter
> Mount disk images on an iOS device.
> More information: <https://manned.org/ideviceimagemounter>.
- Mount a disk image on the connected device:
`ideviceimagemounter {{path/to/image_file}} {{path/to/signature_file}}`
- List currently mounted disk images:
`ideviceimagemounter --list`