Update 2023-12-17 11:58 OpenBSD/amd64-x13
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
. ~/.bin/_config
|
||||
|
||||
LIST="$(cat /etc/wireguard/vpnlist.txt)"
|
||||
SEL="$(print "$LIST\ndeactivate" | cut -d' ' -f1 | $DMENU_CMD -l 20 -p "VPN")"
|
||||
SEL="$(print "$LIST\ndeactivate\nhome" | cut -d' ' -f1 | $DMENU_CMD -l 20 -p "VPN")"
|
||||
|
||||
[ -z "$SEL" ] && exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user