4 lines
52 B
Text
4 lines
52 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo TCPv6-ok | socat - TCP6-LISTEN:2345
|