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