Next Hold Space 33

netcat

        netcat hostname port
      #!/bin/sh
      echo $1 | netcat $2 79  

Next Copyright © 2011 M. J. Dominus