#!/bin/csh -f #H# Burns then verifies a DVD of the .iso file specified on the command line. sync burn "$1" eject /dvd sleep 10 mount_dvd cd /dvd ls -lh --quoting-style=literal cfv -f *.md5 cd - exec eject /dvd