test-signal-socket: new version of eurocon scripts
[p2p-testing-infrastructure.git] / Utils / test-socket-signal / test / eurocon / super_run_if
1 #!/bin/bash
2
3 ID=1
4
5 IFS=','
6
7 while read host1 port1 host2 port2; do
8         echo "bla"
9         xterm -e /bin/bash -l -c "cd /home/razvan/projects/p2p-next/P2P-Testing-Infrastructure/Utils/test-socket-signal/test/eurocon && ./all_run_if $host1 $port1 $host2 $port2 $ID" &
10 done < pairs-if