run_script.sh 75 Bytes
#!/bin/bash
for i in `seq 1 10`;
do
./tcp_client localhost
done