wmi-1.3.16 from opsview.com
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/perl
|
||||
use strict;
|
||||
|
||||
foreach (@ARGV) {
|
||||
my $old = $_;
|
||||
my $new = $old; $new =~ s/des/des\/hcrypto/g;
|
||||
my $dir = $old;
|
||||
print "$new: heimdal/lib/des/hcrypto\n";
|
||||
}
|
||||
Reference in New Issue
Block a user