Files
status-rln-prover/docker-entrypoint.sh
Sydhds 88678afdb2 Initial attempt to benchmark proof generation using the prover (#16)
* Initial attempt to benchmark proof generation using the prover
2025-07-09 15:02:07 +02:00

12 lines
180 B
Bash

#!/bin/bash
args_array=("$@")
#for i in "${args_array[@]}"
#do
# :
# echo "### Got variable $i ###"
#done
#echo "args_count = $#"
export RUST_LOG=debug
exec ./prover_cli "${@}"