This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-10-02 14:30:56 +02:00
|
|
|
#!/bin/dash
|
|
|
|
|
|
|
|
REP=/tmp/ipc/
|
|
|
|
SERVICE="tcpd"
|
|
|
|
|
2016-10-28 13:58:04 +02:00
|
|
|
echo "listen 127.0.0.1 6000" | nc -U ${REP}${SERVICE}
|