Skip to content

Instantly share code, notes, and snippets.

@dinolatoga
Created July 14, 2015 00:40
Show Gist options
  • Save dinolatoga/9b2d3bcacca2607c8c91 to your computer and use it in GitHub Desktop.
Save dinolatoga/9b2d3bcacca2607c8c91 to your computer and use it in GitHub Desktop.
Create an ISO image on OSX from the command line without the use of any additional tools. Source: https://matt.berther.io/2008/12/14/creating-iso-images-from-a-folder-in-osx/
hdiutil makehybrid -o ~/Desktop/image.iso ~/path/to/folder/to/be/converted -iso -joliet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment