source:
lab.git/Dev/github/github-backup.pl
@
f7f894d
| Last change on this file since f7f894d was f7f894d, checked in by Ken-ichi Mito <mitty@…>, 12 years ago | |
|---|---|
|
|
| File size: 210 bytes | |
| Line | |
|---|---|
| 1 | #! /usr/bin/perl -w |
| 2 | |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | use utf8; |
| 6 | |
| 7 | use GitHubBackup; |
| 8 | |
| 9 | my $gh = GitHubBackup->new( |
| 10 | account => 'mittyorz', |
| 11 | repository => 'munin-plugins', |
| 12 | directory => 'repos', |
| 13 | ); |
| 14 | |
| 15 | $gh->backup; |
Note: See TracBrowser
for help on using the repository browser.
