1
0
Fork 0
mirror of https://github.com/samsapti/bachelor-project.git synced 2024-11-25 22:37:55 +00:00
bachelor-project/src/run.sh

7 lines
59 B
Bash
Executable file

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