Created
June 4, 2023 14:51
-
-
Save russelldavies/d7cd5ee3d10b2aeb5ccf6dd88b6b38b0 to your computer and use it in GitHub Desktop.
Mount disk image in MacOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
hdiutil attach -readonly -imagekey diskimage-class=CRawDiskImage disk.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment