diff cd-burn @ 2:1e962e354810

try to get cd opening and close functions, but they don't work yet...
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 21:38:45 -0700
parents
children d33008839340
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cd-burn	Tue Oct 18 21:38:45 2011 -0700
     1.3 @@ -0,0 +1,7 @@
     1.4 +TARGET=/home/r/proj/scratch/cd.iso
     1.5 +
     1.6 +
     1.7 +cdrecord -multi -v -eject gracetime=3
     1.8 +
     1.9 +
    1.10 +ls "$TARGET" | xargs -p rm
    1.11 \ No newline at end of file