bachelor-project/src/run.sh

7 lines
59 B
Bash
Executable File

#!/bin/sh
MACHINE="$1"
shift
cd MP-SPDZ
"./$MACHINE" "$@"