Update dotfiles (2026-05-08 15:35:43)
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
VPN="https://anyconnect.vught.nl"
|
||||
|
||||
if [[ $(pgrep openconnect) ]]; then
|
||||
pkill openconnect
|
||||
else
|
||||
openconnect-sso --server $VPN
|
||||
fi
|
||||
Reference in New Issue
Block a user