1
ewconfig/scripts/wg-cat
2024-05-08 15:18:57 -04:00

10 lines
128 B
Bash
Executable File

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