mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 05:27:56 -05:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dir="$(dirname $0)"
|
|
echo `$dir/list-ring-protocols.sh` `$dir/list-field-protocols.sh`
|