Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 286 Bytes

tcproc

Turn any STDIN/STDOUT program into a TCP/IP server.

Installation

  1. Get Cone
  2. cone get tcproc

Example

git clone https://github.com/hell-sh/tcproc
cd tcproc
php tcproc.php 1337 php echo.php &
telnet localhost 1337