Artifact 8c0fcb3c182250849c085267c1a48c0d96289498:
- Executable file testzmq/hwtest.sh — part of check-in [b3e432ecb4] at 2012-10-21 15:03:33 on branch trunk — Added zmq example and install support (user: matt, size: 223) [annotate] [blame] [check-ins using]
#!/bin/bash echo Compiling hwclient and hwserver csc hwclient.scm csc hwserver.scm ./hwserver & 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