Files
MP-SPDZ/Scripts/run-online.sh
2019-08-06 16:56:42 +10:00

9 lines
124 B
Bash
Executable File

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