This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Benchmarks / Chat / runtest.sh
diff --git a/Robust/src/Benchmarks/Chat/runtest.sh b/Robust/src/Benchmarks/Chat/runtest.sh
deleted file mode 100755 (executable)
index 81be157..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-let i=0
-while [ $i -le 100 ];
-do
-./$1 &> $i.log &
-sleep 1
-java NetsClient 127.0.0.1 8000 2 50 8 1
-killall -SIGUSR2 $1
-sleep 1
-killall -9 $1
-let "i+=1"
-done
\ No newline at end of file