diff options
Diffstat (limited to 'bucky2/rest/dailyrotten.pl')
| -rwxr-xr-x | bucky2/rest/dailyrotten.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bucky2/rest/dailyrotten.pl b/bucky2/rest/dailyrotten.pl new file mode 100755 index 0000000..bf21933 --- /dev/null +++ b/bucky2/rest/dailyrotten.pl @@ -0,0 +1,6 @@ +#!/usr/bin/perl +use lib "../lib"; +use Rest::Dailyrotten; +my $dr = new Rest::Dailyrotten; +$dr->dailyrotten_get; +exit; |
