#!/bin/bash
for ((i=1; $i <10000;i++)); do 
./clientS "10.0.0.10" "H00"
echo "send: $i"
done
