#!/bin/bash
for x in {1..10}; do
    ./nullproto client 100000 &
done
wait
