mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
11 lines
159 B
Bash
Executable File
11 lines
159 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
HERE=$(cd `dirname $0`; pwd)
|
|
SPDZROOT=$HERE/..
|
|
|
|
export PLAYERS=3
|
|
|
|
. $HERE/run-common.sh
|
|
|
|
run_player replicated-field-party.x $* || exit 1
|