#!/bin/bash

# example dvd burning command.  I use this to burn a dvd iso image

dvdrecord -v -eject -dao speed=4 dev=0,1,0 $1

