5 lines
65 B
Bash
5 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
socat TCP-LISTEN:8003,fork EXEC:"./watch/reply.sh"
|
||
|
|