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

Contents of /mgatools/trunk/mgaiso-addmd5

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1066 - (show annotations) (download)
Sun May 1 21:49:28 2011 UTC (12 years, 11 months ago) by boklm
File size: 159 byte(s)
add mgaiso-addmd5 and mgaiso-checkmd5 scripts
1 #!/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, 1, 1);
10 print $err;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30