diff --git a/tester.sh b/tester.sh index d749102..f1555f5 100644 --- a/tester.sh +++ b/tester.sh @@ -96,14 +96,14 @@ launch_client "$text" stop_last_client - ## # # # # # # # # # # # # # # # # # # # # # # # # # # # -#for i in {1..3000} -#do -# nc localhost "$port" 2>&1 & -# kill -KILL $(pidof nc | tr ' ' '\n' | head -n1) -#done +for i in {1..3000} +do + #launch_client + nc localhost "$port" 2>&1 & + stop_last_client +done echo "" echo "done"