Files
MP-SPDZ/Scripts/ps-rep-ring.sh
2019-06-07 15:26:28 +10:00

11 lines
146 B
Bash
Executable File

#!/bin/bash
HERE=$(cd `dirname $0`; pwd)
SPDZROOT=$HERE/..
export PLAYERS=3
. $HERE/run-common.sh
run_player ps-rep-ring-party.x $* || exit 1