changeset 4:5161d06652f9

changed paths and added cd-mount
author Robert McIntyre <rlm@mit.edu>
date Thu, 20 Oct 2011 13:36:26 -0700
parents d33008839340
children 4323b5a2fb6b
files cd-backup cd-burn cd-mount.sh
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/cd-backup	Wed Oct 19 01:22:14 2011 -0700
     1.2 +++ b/cd-backup	Thu Oct 20 13:36:26 2011 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -TARGET="/home/r/proj/scratch/image.iso"
     1.7 +TARGET="/home/r/tmp/image.iso"
     1.8  
     1.9  START=`cdrecord -msinfo`
    1.10  
     2.1 --- a/cd-burn	Wed Oct 19 01:22:14 2011 -0700
     2.2 +++ b/cd-burn	Thu Oct 20 13:36:26 2011 -0700
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/bin/sh
     2.5  
     2.6 -TARGET=/home/r/proj/scratch/image.iso
     2.7 +TARGET=/home/r/tmp/image.iso
     2.8  
     2.9  
    2.10  cdrecord -multi  -v gracetime=3 -overburn -data "$TARGET"
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/cd-mount.sh	Thu Oct 20 13:36:26 2011 -0700
     3.3 @@ -0,0 +1,3 @@
     3.4 +#!/bin/sh
     3.5 +
     3.6 +mount -v -t iso9660 /dev/dvd "$1"
     3.7 \ No newline at end of file