mirror of
https://github.com/anoma/juvix.git
synced 2024-12-23 06:42:40 +03:00
6 lines
262 B
Bash
6 lines
262 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
BASE=`basename "$1" .json`
|
||
|
|
||
|
cairo-vm-cli "$1" --print_output --proof_mode --trace_file ${BASE}.trace --air_public_input=${BASE}_public_input.json --air_private_input=${BASE}_private_input.json --memory_file=${BASE}_memory.mem --layout=small
|