repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Miniupnpd vet 1.8 (20130207)
[tomato.git]
/
release
/
src
/
router
/
p910nd
/
banner.pl
blob
5a238c80a46b832485bd155696a5bce419844c1d
1
#!/usr/bin/perl
2
while
(
1
)
3
{
4
exit
0
if
read
(
STDIN
,
$c
,
1
) ==
0
;
5
last if
(
$cl
eq
"
\031
"
&&
$c
eq
"
\001
"
);
6
$cl
=
$c
;
7
}
8
kill
'STOP'
,$$;
9
exit
0