summaryrefslogtreecommitdiffstats
path: root/bin/pocket
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pocket')
-rw-r--r--bin/pocket6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/pocket b/bin/pocket
new file mode 100644
index 0000000..c38d497
--- /dev/null
+++ b/bin/pocket
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+
+use WWW::Pocket::Script;
+WWW::Pocket::Script->new_with_options->run;