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