Last active
August 7, 2018 12:59
-
-
Save KaleabTessera/b870a2a046bcd724f00f11e0e563d1ed to your computer and use it in GitHub Desktop.
Shell Script to Run Nord VPN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
chosenVPNServer=za8.nordvpn.com.udp.ovpn | |
cd /etc/openvpn | |
cd ovpn_udp | |
ls -al | |
sudo openvpn $chosenVPNServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment