#!/bin/bash # After the broker determines the basis for agreement between each pair # of negotiating parties, the basis for agreement, which is still # encrypted, must be send back to the parties. # # In the demo software, the step 'compare_positions.py' wrote each # agreement as two copies, one for each of the pair. Each copy is # sent to its proper place. cp broker/playerA/x_agreement_playerA*.py playerA/positions cp broker/playerB/x_agreement_playerB*.py playerB/positions cp broker/playerC/x_agreement_playerC*.py playerC/positions cp broker/playerD/x_agreement_playerD*.py playerD/positions