testnc 72 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 #!/bin/bash rm -f res for i in `seq 15` do ./nc done tail -f res