#!/bin/sh
name="wg-status"
version="1.0"
help_message=$(/usr/bin/cat <<-EOF
Print current Wireguard connection status
Usage: wg-status
Options:
-h, --help print this message and exit
-v, --version print version number and exit
EOF
)
. /usr/local/lib/myminiparse.sh
sudo wg show