#!/bin/bash

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

cdrecord -v driveropts=burnfree -eject -dao dev=ATAPI:0,0,0 $1

