mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 08:10:05 +01:00
8 lines
137 B
Perl
8 lines
137 B
Perl
|
#!/usr/bin/perl
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use diagnostics;
|
||
|
|
||
|
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||
|
print "$client"
|