script changes
This commit is contained in:
parent
6e8683c725
commit
775a43810c
6 changed files with 108 additions and 25 deletions
7
.local/bin/scripts/wg-quick
Executable file
7
.local/bin/scripts/wg-quick
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PIPE="/var/run/vpnd.sock"
|
||||
|
||||
[ -p $PIPE ] &&
|
||||
echo "$@" > $PIPE &&
|
||||
cat < $PIPE
|
||||
Loading…
Add table
Add a link
Reference in a new issue