comparison cd-backup @ 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 2d99d5730e7f
children d33008839340
comparison
equal deleted inserted replaced
1:bc9176d863ba 2:1e962e354810
1 mkisofs -iso-level 4 -o /tmp/cd.iso "$@" 1 TARGET="/home/r/proj/scratch/cd.iso"
2
3 mkisofs -iso-level 4 -o $TARGET "$@"
4
5 echo "files copied to $TARGET. use 'cd-burn' to burn it."
6