diff cd-burn @ 3:d33008839340

cd backup now works!
author Robert McIntyre <rlm@mit.edu>
date Wed, 19 Oct 2011 01:22:14 -0700
parents 1e962e354810
children 5161d06652f9
line wrap: on
line diff
     1.1 --- a/cd-burn	Tue Oct 18 21:38:45 2011 -0700
     1.2 +++ b/cd-burn	Wed Oct 19 01:22:14 2011 -0700
     1.3 @@ -1,7 +1,9 @@
     1.4 -TARGET=/home/r/proj/scratch/cd.iso
     1.5 +#!/bin/sh
     1.6  
     1.7 +TARGET=/home/r/proj/scratch/image.iso
     1.8  
     1.9 -cdrecord -multi -v -eject gracetime=3
    1.10  
    1.11 +cdrecord -multi  -v gracetime=3 -overburn -data "$TARGET"
    1.12  
    1.13 -ls "$TARGET" | xargs -p rm
    1.14 \ No newline at end of file
    1.15 +
    1.16 +rm $TARGET
    1.17 \ No newline at end of file