diff --git a/vpn.sh b/vpn.sh index 19c65e6..e58181f 100755 --- a/vpn.sh +++ b/vpn.sh @@ -4,6 +4,9 @@ set -e case "$1" in + uzh|uzhsplit) + vpnc --no-detach "$1" + ;; tws) # Ensure we are on the right branch and pass has been unlocked pass git checkout nico-privat