hyprconfig
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/zsh
|
||||
|
||||
VPN="https://anyconnect.vught.nl"
|
||||
|
||||
if ( pgrep openconnect > /dev/null ); then
|
||||
pkill openconnect
|
||||
else
|
||||
openconnect-sso --server $VPN
|
||||
fi
|
||||
Reference in New Issue
Block a user