Artifact aa5368d04d6ec82891b988b4180c43ce97a0a92c:
- Executable file testzmq/hwtest.sh — part of check-in [05bb10596e] at 2012-10-30 18:48:52 on branch monitor-cleanup — partial migration ofdashboard-tests.scm to zmq (user: mrwellan, size: 239) [annotate] [blame] [check-ins using] [more...]
#!/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