4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/sh -x
|
||
|
# wg-quick reload interface
|
||
|
wg syncconf "$@" <(wg-quick strip "$@")
|