Parent Directory
|
Revision Log
mgatools version 0.1
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, 0, 1); |
10 | print $err; |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.28 |