GITBOOK-4144: change request with no subject merged in GitBook

This commit is contained in:
CPol 2023-11-01 16:42:18 +00:00 committed by gitbook-bot
parent b57d446739
commit 4b58686a30
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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 %}