7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/dash
|
|
|
|
REP=/tmp/ipc/
|
|
SERVICE="tcpd"
|
|
|
|
echo "listen 127.0.0.1 6000" | nc -U ${REP}${SERVICE}
|