/[Sack]/trunk/bin/shards.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/bin/shards.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 239 - (show annotations)
Thu Nov 26 13:44:47 2009 UTC (14 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 190 byte(s)
cleanup sharding from WebPAC and allow user-defined name

1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use lib '/srv/Sack/lib';
7
8 use Sack::Shards;
9
10 Sack::Shards->new(
11 name => 'isi',
12 path => '/data/isi/full.txt',
13 limit => shift @ARGV || 1000,
14 );
15

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26