Files
MP-SPDZ/Scripts/brain.sh
2019-04-30 17:25:02 +10:00

11 lines
140 B
Bash
Executable File

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