#!/bin/sh
unset SUDO_COMMAND
time v growisofs -dvd-compat -Z /dev/dvd -J -R "$@"
# options that may be needed: -f -joliet-long -dvd-video
