Explorar o código

add missing run_mimc.sh script

narodnik %!s(int64=6) %!d(string=hai) anos
pai
achega
16ebe6dc78
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      run_mimc.sh

+ 5 - 0
run_mimc.sh

@@ -0,0 +1,5 @@
+#!/bin/bash -x
+python scripts/preprocess.py proofs/mimc.psm > /tmp/mimc.psm || exit $?
+python scripts/compile.py --supervisor /tmp/mimc.psm --output mimc.zcd || exit $?
+cargo run --release --bin mimc
+