#!/bin/csh -f #H# Burns then verifies a DVD of the directory specified on the command line. #H# Also uses the name of the directory as the volume label. sync burndvd "$1" "$1" sleep 10 mount_dvd cd /dvd ls -lh --quoting-style=literal #cfv -f *.md5 foreach f (*.md5) cfv -f "$f" end cd - eject /dev/dvd