#! /usr/bin/env bash set -e # Check args if [ $# != 1 ]; then echo "Usage: wg-cat " fi sudo cat /etc/wireguard/$1.conf