root/lang/perl/HappySync/trunk/bin/happysync.pl
@
35757
| Revision 35757, 287 bytes (checked in by unau, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | BEGIN { |
| 2 | unshift(@INC, './lib'); |
| 3 | } |
| 4 | use strict; |
| 5 | use warnings; |
| 6 | use IO::Prompt; |
| 7 | |
| 8 | use HappySync; |
| 9 | |
| 10 | my $username = shift or die "need username"; |
| 11 | my $password = shift; |
| 12 | my $syncpoint = shift; |
| 13 | |
| 14 | my $happy = new HappySync($username, $password, $syncpoint); |
| 15 | $happy->init() or die; |
| 16 | $happy->get(); |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)