index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
afs
/
src
/
tests
/
creat1
blob: 9bdf2b50c6b71ec5abd3852e71b72f09a005696f (
plain
) (
blame
)
1
2
3
4
5
#!/bin/sh
>
foobar
test
-f
foobar
||
exit
1
test
-s
foobar
&&
exit
1
rm
foobar
||
exit
1