chiark / gitweb /
first cut at irssi desktop notifications
[bin.git] / burn-dvd
1 #! /bin/sh
2 # Depends: dvd+rw-tools
3 set -e
4
5 as_root_growisofs () {
6         sudo sh -c '
7                 unset SUDO_COMMAND
8                 export MKISOFS=/usr/bin/mkisofs
9                 exec growisofs "$@"' as_root_growisofs "$@"
10 }
11
12 as_root_growisofs -Z /dev/dvd="$1"