bachelor-project/run.sh

7 lines
63 B
Bash
Executable File

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