summaryrefslogtreecommitdiff
path: root/bin/githubcollector
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-13 16:42:29 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-13 16:42:29 +0200
commit5e279c2e0adae2328ef1c06fce3d491172ecd107 (patch)
tree3d0a7ccbccf0f4c07982a5298f1eaa48dc9348b0 /bin/githubcollector
parentimport github::collector (diff)
downloadstargit-5e279c2e0adae2328ef1c06fce3d491172ecd107.tar.gz
add script to execute github::collector
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--bin/githubcollector3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/githubcollector b/bin/githubcollector
new file mode 100644
index 0000000..dec74fb
--- /dev/null
+++ b/bin/githubcollector
@@ -0,0 +1,3 @@
+#!/usr/bin/env perl
+use GitHub::Collector;
+GitHub::Collector->run;