This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
FIX
/
gsd_cn
Segui
4
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
test
Rami (Branch)
Tag
master
test
2.0.1
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
gsd_cn
/
network
/
start_openvpn.sh
start_openvpn.sh
89 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/bash
cd /etc/openvpn
nohup echo "123456" | sudo -S openvpn client.ovpn &
exit 0