#!/bin/sh if [ "${1}X" = "X" ]; then echo "Usage: $0 [cdrw|cdrom]" exit 1 else DEV=$1 fi cdparanoia -d /dev/${DEV} -B -z -S 8