diff cd-burn.pl @ 24:75db8d48c313

rename.
author Robert McIntyre <rlm@mit.edu>
date Thu, 29 Jan 2015 20:48:32 -0800
parents cfb8a8c044b4
children
line wrap: on
line diff
     1.1 --- a/cd-burn.pl	Thu Jan 29 20:47:48 2015 -0800
     1.2 +++ b/cd-burn.pl	Thu Jan 29 20:48:32 2015 -0800
     1.3 @@ -23,10 +23,7 @@
     1.4  @burn_command = ("cdrecord", "gracetime=3", "-v",
     1.5  		 "tsize=".$size."s", "-data", "-");
     1.6  
     1.7 -@aes_loop_command = ("aespipe", "-P", "/etc/cd-key", "-e", "aes256");
     1.8 -
     1.9 -
    1.10 -$final_command = "mkisofs @mkisofs_args | @aes_loop_command | @burn_command";
    1.11 +$final_command = "mkisofs @mkisofs_args |  @burn_command";
    1.12  
    1.13  print "$final_command\n";
    1.14  system($final_command);