view burn-tmp-iso-image.sh @ 9:acd110f8e4b0

working on combination iso/burning to avoid memory overhead.
author Robert McIntyre <rlm@mit.edu>
date Mon, 25 Feb 2013 13:34:38 +0000
parents 11334e7aed98
children
line wrap: on
line source
1 #!/bin/sh
3 TARGET=/home/r/tmp/image.iso
5 cdrecord -multi -v gracetime=3 -overburn -data "$TARGET"
7 #rm $TARGET