Files
status-rln-prover/docker-entrypoint.sh
2025-10-21 10:30:21 +02:00

12 lines
182 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 "${@}"