This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
490f50695b
dotfiles
/
.local
/
bin
/
scripts
/
wg-reload
4 lines
81 B
Bash
Raw
Blame
History
#!/bin/sh -x
# wg-quick reload interface
wg syncconf
"
$@
"
<
(
wg-quick strip
"
$@
"
)
Reference in New Issue
View Git Blame
Copy Permalink