updated by /home/nico/bin/sync-all-repos on nb3
This commit is contained in:
parent
541dd508b3
commit
a3350778e3
3 changed files with 19 additions and 0 deletions
17
vpn.sh
Normal file
17
vpn.sh
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
# 2022-02-10, 10:25, Nico Schottelius
|
||||
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
lf)
|
||||
sudo openconnect --protocol=gp portal.techcorpapps.com --user nschottelius
|
||||
;;
|
||||
lx)
|
||||
cd ~/Nextcloud/luxembourg/nico/
|
||||
sudo openvpn --config nico.ovpn
|
||||
;;
|
||||
*)
|
||||
echo "$0 lf lx"
|
||||
;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue