dotfiles/.local/bin/scripts/wg-reload

4 lines
81 B
Bash

#!/bin/sh -x
# wg-quick reload interface
wg syncconf "$@" <(wg-quick strip "$@")