dotfiles

ref: 650f5750aa1f11b87d509faa2f7110dbfe4c013c

bin/is-vpn-connected


#!/usr/bin/env bash

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

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