/[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 194 - (show annotations)
Sun Nov 8 16:14:53 2009 UTC (14 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 174 byte(s)
shard size as argument

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 path => '/data/isi/full.txt',
12 limit => shift @ARGV || 1000,
13 );
14

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26