1
0
зеркало из https://github.com/angristan/openvpn-install.git synced 2025-09-18 02:00:46 +02:00
openvpn-install/share-client-config.pl
2024-03-27 10:12:07 +02:00

8 строки
137 B
Perl

#!/usr/bin/perl
use strict;
use warnings;
use diagnostics;
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
print "$client"