Skip to content

Instantly share code, notes, and snippets.

View mirkoschubert's full-sized avatar

Mirko Schubert mirkoschubert

View GitHub Profile
@mirkoschubert
mirkoschubert / .vpn_helpers.sh
Created August 19, 2017 18:13 — forked from rfairburn/.vpn_helpers.sh
Mac OS X command-line VPN Helpers
#!/bin/bash
# Source this file in your .bash_profile e.g.:
#
# source ~/gitcheckouts/vpn_heplers/.vpn_helpers.sh
#
# Note: This script works best with NOPASSWD: ALL configured in your sudoers file:
# /etc/sudoers:
# %admin ALL=(ALL) NOPASSWD: ALL
#