A simple TCP server that just forks a command and pipes stdin and stdout to the client.
tcpfork [PORT] COMMAND [ARG...]
Defaults to listing on port 1337.
tcpfork cat
tcpfork nc localhost 1234
tcpfork 'tee /dev/stderr | nc localhost 1234 | tee /dev/stderr'
Send me you use cases in an Issue or Pull Request!