summaryrefslogtreecommitdiff
path: root/bin/githubcollector
diff options
context:
space:
mode:
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;