9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/dash
|
|
|
|
REP=/tmp/ipc/
|
|
SERVICE="tcpd"
|
|
|
|
# pid index version
|
|
echo "exit" | nc -U ${REP}${SERVICE}
|
|
|