diff options
Diffstat (limited to '')
| -rw-r--r-- | bin/githubcollector | 3 |
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; |
