Dream Diary - Chapter 1

@reisraff said:

you could use this snippet to fake the production environment:

#!/bin/sh
socat TCP4-LISTEN:9000,reuseaddr,fork EXEC:/root/chapter1,pty,stderr

Thank @reisraff for tips about socat starting way, I reread topic and find him post