File ulex/run-rpc.sh artifact d48d551831 part of check-in 709915fc65
#!/bin/bash csc test-rpc.scm (./test-rpc 45000 45001 45002 45003 45004 45005|& tee test-rpc-45000.log) & (./test-rpc 45001 45000 45002 45003 45004 45005|& tee test-rpc-45001.log) & (./test-rpc 45002 45000 45001 45003 45004 45005|& tee test-rpc-45002.log) & (./test-rpc 45003 45000 45001 45002 45004 45005|& tee test-rpc-45003.log) & (./test-rpc 45004 45000 45001 45002 45003 45005|& tee test-rpc-45004.log) & (./test-rpc 45005 45000 45001 45002 45003 45004|& tee test-rpc-45005.log) & wait