4 lines
56 B
Text
4 lines
56 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo from-v4-ok | socat - TCP:10.0.0.66:2345
|