mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 21:09:03 +01:00
Create share-client-config.pl
This commit is contained in:
parent
1fc4fe1333
commit
4e61e4bad8
7
share-client-config.pl
Normal file
7
share-client-config.pl
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
use strict;
|
||||
use warnings;
|
||||
use diagnostics;
|
||||
|
||||
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||||
print "$client"
|
Loading…
Reference in New Issue
Block a user