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
/
gnu
/
usr.bin
/
perl
/
cpan
/
IPC-Cmd
/
t
/
src
/
child.pl
blob: 3c198251b1117cf1c16cc2208274022051ae49e2 (
plain
) (
blame
)
1
2
3
4
$
|
++
;
print
"# Child has TTY? "
.
(
-
t
STDIN
?
"YES"
:
"NO"
)
.
$
/
;
print
$
_
=
<>
;