repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests.bak
/
misc
/
dev-tcp.tests
blob
0f3a2281dc6a076ef165f155586af2fc9c3ddb0d
1
exec 9<>/dev/tcp/129.22.8.162/25
2
3
read banner <&9
4
echo "$banner"
5
6
echo quit >&9
7
8
read msg <&9
9
echo "$msg"
10
11
exec 9<&-
12
13
# nifty date command that queries the date/time server
14
cat < /dev/tcp/129.22.8.102/13
15
16
exit 0