Juicin' your fruit! Juicin' your fruit!
Signed-off-by: Izuru Yakumo ~Eternal Servant~ <eternal-servant@yakumo.dev>
This commit is contained in:
parent
2bb9097f87
commit
782904d9db
@ -3,7 +3,12 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
do "$ENV{HOME}/.config/svn2git-sync.conf"
|
||||
my $git_host;
|
||||
my $git_passwd;
|
||||
my $git_user;
|
||||
my @repos;
|
||||
|
||||
do "$ENV{HOME}/.config/svn2git-sync.conf" or die "Can't load config file";
|
||||
|
||||
foreach my $r (@repos) {
|
||||
print "Processing $r\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user