/[soft]/mgatools/trunk/mgaiso-checkmd5
ViewVC logotype

Annotation of /mgatools/trunk/mgaiso-checkmd5

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1066 - (hide annotations) (download)
Sun May 1 21:49:28 2011 UTC (12 years, 1 month ago) by boklm
File size: 159 byte(s)
add mgaiso-addmd5 and mgaiso-checkmd5 scripts
1 boklm 1066 #!/usr/bin/perl
2    
3     use strict;
4     use MGATools::iso qw(include_md5);
5    
6     @ARGV || exit(1);
7    
8     my $isofile = $ARGV[0];
9     my $err = include_md5($isofile, 0, 1);
10     print $err;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.28