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

4 lines
81 B
Plaintext
Raw Normal View History

2024-02-20 18:54:51 +00:00
#!/bin/sh -x
# wg-quick reload interface
wg syncconf "$@" <(wg-quick strip "$@")