#!/bin/bash

# use this to make an iso image of the dvd
# this is just an example. This is what I use for my system.

mkisofs -dvd-video -udf -o dvd.iso $1

