aboutsummaryrefslogtreecommitdiff
path: root/tests/socket_server.sh
blob: 4fd2edb1eeb9947a07965d56ed97df165eb2d2cb (plain)
1
2
3
#!/bin/sh
while true; do (/bin/echo -en "te\x01\xff\x79st\x02") | nc -vvvl 127.0.0.1 $1; done;