Parent Directory
|
Revision Log
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; |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.28 |