ddos/ddos.sh
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 23 May 2009 03:27:24 +0200
changeset 94 c100ba6939e3
parent 0 af501b0c1716
permissions -rwxr-xr-x
cppdatabase: removed the useless status message seekg returns an ifstream&, not an integer value committer: Markus Bröker <mbroeker@largo.homelinux.org>

#!/bin/bash

for i in {1..1000};
do
	./client &
	if [ $? == 0 ]; then
		printf "Starting process\n";
	fi
done;