summaryrefslogtreecommitdiff
path: root/TAO/tests/Demux_Test/run_client
blob: 19dab08670d621baffba219d6b51c7a93accbb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
client_${1}_${2} -o ${1} -m ${2} -t r -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t w -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t r -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t w -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t r -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t w -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t r -i $3
sleep 5
client_${1}_${2} -o ${1} -m ${2} -t w -i $3
sleep 5