#!/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 60 mount_dvd cd /dvd cfv -f *.md5 cd - exec eject /dvd