This website requires JavaScript.
Explore
Help
Register
Sign In
Obsolete
/
libipc-old
Archived
Watch
3
Star
0
Fork
0
You've already forked libipc-old
Code
This repository has been archived on
2024-06-18
. You can view files and clone it, but cannot push or open issues or pull requests.
b8c367d6c4
libipc-old
/
tcp
/
script
/
testExit.sh
9 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
some scripts for testing tcpd application
2016-10-02 14:30:56 +02:00
#!/bin/dash
REP
=
/tmp/ipc/
SERVICE
=
"tcpd"
# pid index version
tcpd adapted for unix socket
2016-10-28 13:58:04 +02:00
echo
"exit"
|
nc -U
${
REP
}
${
SERVICE
}
some scripts for testing tcpd application
2016-10-02 14:30:56 +02:00
Copy Permalink