chiark / gitweb /
bugzilla-show: Add mozilla.
[bin.git] / burn-dvd
1 #! /bin/sh
2 set -e
3
4 as_root_growisofs () {
5         sudo sh -c '
6                 unset SUDO_COMMAND
7                 export MKISOFS=/usr/bin/mkisofs
8                 exec growisofs "$@"' as_root_growisofs "$@"
9 }
10
11 as_root_growisofs -Z /dev/dvd="$1"