#!/bin/bash

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

cdrskin -v driveropts=burnfree -eject -dao dev=/dev/dvdrw $1

