mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GITBOOK-4144: change request with no subject merged in GitBook
This commit is contained in:
parent
b57d446739
commit
4b58686a30
1 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,9 @@ echo "hello" > /private/tmp/mnt/custom_folder/custom_file
|
|||
hdiutil detach /private/tmp/mnt 1>/dev/null
|
||||
|
||||
# Next time you mount it, it will have the custom content you wrote
|
||||
|
||||
# You can also create a dmg from an app using:
|
||||
hdiutil create -srcfolder justsome.app justsome.dmg
|
||||
```
|
||||
{% endcode %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue