mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 05:27:56 -05:00
7 lines
90 B
Bash
Executable File
7 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
HERE=$(cd `dirname $0`; pwd)
|
|
PROTOCOL=astra
|
|
|
|
. $HERE/astra-common.sh
|