This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
wesher
Watch
2
Star
0
Fork
You've already forked wesher
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af4984f1b1
wesher
/
tests
/
wg-quick
14 lines
166 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
case
$1
in
up
)
echo
"
up
$2
"
;
;
pubkey
)
echo
"
down
$2
"
;
;
*
)
echo
"what?"
exit
1
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink