Megatest

hwtest.sh at [b054d48890]
Login

File testzmq/hwtest.sh artifact aa5368d04d part of check-in b054d48890


#!/bin/bash

echo Compiling hwclient and hwserver
csc hwclient.scm
csc hwserver.scm

./hwserver > hwserver.log &

sleep 1
for x in a b c d e f g h i j k l m n o p q r s t u v w x y z;do
./hwclient $x &
done

# killall -v hwserver hwclient