mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-08 15:50:09 +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"
|