diff options
author | stderr64 <linuxwizard@voidnet.dy.fi> | 2023-06-17 19:36:40 +0300 |
---|---|---|
committer | stderr64 <linuxwizard@voidnet.dy.fi> | 2023-06-17 19:36:40 +0300 |
commit | ae46567ae144ca5c77e47fbbd452ab95561272a4 (patch) | |
tree | 5d7748ca6b89900d2e62c935272053ef2efaaae5 /gitcloner.pl | |
parent | 7dff748947301aef9a028f2fc5930a3b1330a1c2 (diff) | |
download | GitCloner-master.tar.gz GitCloner-master.tar.zst |
Diffstat (limited to 'gitcloner.pl')
-rwxr-xr-x | gitcloner.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitcloner.pl b/gitcloner.pl index bbd2d29..9f0723a 100755 --- a/gitcloner.pl +++ b/gitcloner.pl @@ -59,4 +59,5 @@ for my $git_repo (@git_repo_list){ } } cprint( "green", "[+] All repositories cloned" ); +undef @git_repo_list; exit( 0 ); |