qemu-corundum-bm-pair.sh 253 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

source common-functions.sh

init_out qemu-corundum-bm-pair
run_corundum_bm a
run_corundum_bm b
sleep 0.5
run_wire ab a b
run_qemu a a build/qemu-pair-server.tar
run_qemu b b build/qemu-pair-client.tar
client_pid=$!
wait $client_pid
cleanup