dotfiles

ref: 7b6993594505541c0ec3c30a63d8b06b6c46123c

bin/is-vpn-connected


#!/usr/bin/env bash

# Status code:
#
#   0 => Connected
#   1 => Not connected

nmcli --terse connection show --active | grep vpn