#!/bin/sh PTT_LABEL="$2" if [ "x$PTT_LABEL" = "x" ]; then PTT_LABEL=`basename "$1"`; fi growisofs -Z /dev/hdc -allow-lowercase -relaxed-filenames -allow-multidot -allow-leading-dots -joliet -joliet-long -rational-rock -disable-deep-relocation -full-iso9660-filenames -verbose -V "$PTT_LABEL" "$1" && eject