Skip to content

Instantly share code, notes, and snippets.

@pkruithof
Created August 11, 2011 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkruithof/1139524 to your computer and use it in GitHub Desktop.
Save pkruithof/1139524 to your computer and use it in GitHub Desktop.
Create ISO from folder contents
DVDDIR=$1
OUTDIR=`dirname "$DVDDIR"`
DVDNAME=`basename "$DVDDIR"`
hdiutil makehybrid -udf -udf-volume-name "$DVDNAME" -o "$OUTDIR/$DVDNAME.iso" "$DVDDIR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment