mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-25 22:37:55 +00:00
7 lines
59 B
Bash
Executable file
7 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
|
|
MACHINE="$1"
|
|
shift
|
|
cd MP-SPDZ
|
|
"./$MACHINE" "$@"
|