dotfiles/.local/bin/scripts/wg-reload
2024-02-20 19:54:51 +01:00

3 lines
81 B
Bash

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