From 5e279c2e0adae2328ef1c06fce3d491172ecd107 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 13 Jun 2011 16:42:29 +0200 Subject: add script to execute github::collector Signed-off-by: franck cuny --- bin/githubcollector | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/githubcollector 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; -- cgit v1.2.3