dotfiles

ref: e326c6c9a4b987d7e9217e6cea46a48f37d8f38c

bin/is-vpn-connected


#!/usr/bin/env bash

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

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