root/honeyclient/branches/exp/bhenderson-browser_automation/bin/UpdateBundleChecksum.pl

Revision 1737, 167 bytes (checked in by kindlund, 5 months ago)

Migrated changes from trunk into this branch.

  • Property svn:executable set to *
Line 
1 #!/usr/bin/perl
2
3 #Run like:
4 #./UpdateBundleChecksum.pl ../cpan/sources/authors/id/M/MI/MITREHC/
5
6 use CPAN::Checksums qw(updatedir);
7 my $success = updatedir($ARGV[0]);
Note: See TracBrowser for help on using the browser.