#!/bin/bash

cat2 /dev/scd0 -o /mnt/image.raw
cdrecord -v -eject speed=4 dev=5,0 driver=yamaha_cdr100 /mnt/image.raw
