mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-29 16:27:53 +00:00
7 lines
63 B
Bash
7 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
MACHINE="$1"
|
||
|
shift
|
||
|
cd src/MP-SPDZ
|
||
|
"./$MACHINE" "$@"
|