diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:42:29 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:42:29 +0200 |
| commit | 5e279c2e0adae2328ef1c06fce3d491172ecd107 (patch) | |
| tree | 3d0a7ccbccf0f4c07982a5298f1eaa48dc9348b0 | |
| parent | import github::collector (diff) | |
| download | stargit-5e279c2e0adae2328ef1c06fce3d491172ecd107.tar.gz | |
add script to execute github::collector
Signed-off-by: franck cuny <franck@lumberjaph.net>
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; |
