inital commit
This commit is contained in:
2
.local/bin/tools/ethvpn
Executable file
2
.local/bin/tools/ethvpn
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
[ $( pgrep -c openconnect ) -eq 0 ] &&( dmenupass "Password for ETH-VPN:" | sudo openconnect -g student-net -u abocken@student-net.ethz.ch --passwd-on-stdin sslvpn.ethz.ch ) || ( sudo pkill openconnect; notify-send "ETH VPN" "ETH VPN disconnected")
|
Reference in New Issue
Block a user