Skip to content

Instantly share code, notes, and snippets.

@kbinani
Last active August 29, 2015 14:13
Show Gist options
  • Save kbinani/6a1e1a9c20ede7576d3a to your computer and use it in GitHub Desktop.
Save kbinani/6a1e1a9c20ede7576d3a to your computer and use it in GitHub Desktop.
Create ISO disk image from existing directory
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