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
|
@ -26,6 +26,7 @@ arrival="2019-09-26"; event="Flying back from Korea"
|
|||
arrival="2019-12-31"; event="1387.24 instances"
|
||||
arrival="2020-08-01"; event="83kg"
|
||||
arrival="2022-03-31"; event="79kg"
|
||||
arrival="2022-05-25"; event="79kg"
|
||||
|
||||
|
||||
export arrival event
|
||||
|
|
1
vpn
Normal file
1
vpn
Normal file
|
@ -0,0 +1 @@
|
|||
#
|
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…
Reference in a new issue