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