summaryrefslogtreecommitdiffstats
path: root/bin/pocket
blob: a73633c6b85daf754382f5da11ef5c3990e9cc5c (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env perl
use strict;
use warnings;

use WWW::Pocket::Script;
WWW::Pocket::Script->new->run(@ARGV);