diff simple-cd-backup.pl @ 10:07bb57b65da1

pipeline burning appears to work.
author Robert McIntyre <rlm@mit.edu>
date Mon, 25 Feb 2013 14:15:13 +0000
parents e736b9aaf5ad
children
line wrap: on
line diff
     1.1 --- a/simple-cd-backup.pl	Mon Feb 25 13:34:38 2013 +0000
     1.2 +++ b/simple-cd-backup.pl	Mon Feb 25 14:15:13 2013 +0000
     1.3 @@ -1,8 +1,6 @@
     1.4  #!/bin/perl
     1.5  use File::Basename;
     1.6  
     1.7 -$tmp_iso="/home/r/tmp/image.iso";
     1.8 -
     1.9  @graft_points = ("-graft-points");
    1.10  
    1.11  for $graft_point(@ARGV){
    1.12 @@ -23,4 +21,3 @@
    1.13  
    1.14  print "Created $tmp_iso.\n";
    1.15  print "Use burn-tmp-iso-image to write to CD.\n";
    1.16 -