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

7 lines
59 B
Bash
Raw Normal View History

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