1
0
Fork 0
mirror of https://github.com/samsapti/bachelor-project.git synced 2024-11-29 16:27:53 +00:00
bachelor-project/run.sh

7 lines
63 B
Bash
Raw Normal View History

2023-03-29 15:16:38 +00:00
#!/bin/sh
MACHINE="$1"
shift
cd src/MP-SPDZ
"./$MACHINE" "$@"