comparison cd-backup @ 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
comparison
equal deleted inserted replaced
3:d33008839340 4:5161d06652f9
1 #!/bin/sh 1 #!/bin/sh
2 2
3 TARGET="/home/r/proj/scratch/image.iso" 3 TARGET="/home/r/tmp/image.iso"
4 4
5 START=`cdrecord -msinfo` 5 START=`cdrecord -msinfo`
6 6
7 echo "$START" 7 echo "$START"
8 8