all repos — dotfiles @ 9689c8d78ba688312f01bc493f75743e6528ba33

my *nix dotfiles

bin/vpnon.sh (view raw)

 1
 2
 3
 4
 5
 6
#!/usr/bin/env bash

sudo cp /etc/resolv.conf /etc/resolv.conf.bk
sudo cp ~/dotfiles/resolv.conf /etc/resolv.conf
sudo openvpn --config ~/client.ovpn
sudo cp /etc/resolv.conf.bk /etc/resolv.conf