add vpn config
This commit is contained in:
parent
954f11b8cd
commit
3cffa24391
1 changed files with 3 additions and 0 deletions
3
vpn.sh
3
vpn.sh
|
@ -4,6 +4,9 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
uzh|uzhsplit)
|
||||||
|
vpnc --no-detach "$1"
|
||||||
|
;;
|
||||||
tws)
|
tws)
|
||||||
# Ensure we are on the right branch and pass has been unlocked
|
# Ensure we are on the right branch and pass has been unlocked
|
||||||
pass git checkout nico-privat
|
pass git checkout nico-privat
|
||||||
|
|
Loading…
Reference in a new issue