Skip to content

Instantly share code, notes, and snippets.

@blendax78
Created February 26, 2013 02:04
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 blendax78/5035185 to your computer and use it in GitHub Desktop.
Save blendax78/5035185 to your computer and use it in GitHub Desktop.
Creates an ISO of a DVD.
#!/bin/bash
# requires 1 parameter (output file name & location)
# usage:
# sh dvd_to_iso.sh '~/Documents/output.iso'
dd if=/dev/dvd of="$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment