mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 05:27:56 -05:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. $(dirname $0)/run-common.sh
|
|
prog=${1%.sch}
|
|
prog=${prog##*/}
|
|
shift
|
|
$prefix ./emulate.x $prog $* 2>&1 | tee -a logs/emulate-append-$prog
|