3 lines
62 B
Bash
Executable file
3 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
set -x
|
|
echo from-v4-ok | socat - TCP:10.0.0.66:2345
|