all repos — dotfiles @ 3668cec0ad0e05a9d43432250db33d27935c7b37

my *nix dotfiles

bin/vpnon.sh (view raw)

1#!/usr/bin/env bash
2
3sudo cp /etc/resolv.conf /etc/resolv.conf.bk
4sudo cp ~/dotfiles/resolv.conf /etc/resolv.conf
5sudo openvpn --config ~/client.ovpn
6sudo cp /etc/resolv.conf.bk /etc/resolv.conf