updated by /home/nico/bin/sync-all-repos on nb3

This commit is contained in:
Nico Schottelius 2022-02-15 13:46:10 +01:00
parent 541dd508b3
commit a3350778e3
3 changed files with 19 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
#

17
vpn.sh Normal file
View 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