Last active
August 29, 2015 14:13
-
-
Save kbinani/6a1e1a9c20ede7576d3a to your computer and use it in GitHub Desktop.
Create ISO disk image from existing directory
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
mkdir hoge | |
touch hoge/hoge.txt | |
hdiutil makehybrid -udf -o hoge.iso hoge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment