#!/bin/sh ulimit -c unlimited for s in `seq 1 100000` do ./obj/client localhost 8080 done >>client.log 2>&1