annotate 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
rev   line source
rlm@3 1 #!/bin/sh
rlm@2 2
rlm@3 3 TARGET=/home/r/proj/scratch/image.iso
rlm@2 4
rlm@2 5
rlm@3 6 cdrecord -multi -v gracetime=3 -overburn -data "$TARGET"
rlm@2 7
rlm@3 8
rlm@3 9 rm $TARGET