mirror of
https://github.com/codex-storage/proof-aggregation.git
synced 2025-02-16 08:37:03 +00:00
11 lines
155 B
Bash
11 lines
155 B
Bash
#!/bin/bash
|
|
|
|
# Source the parameters from params.sh
|
|
source ./params.sh
|
|
|
|
# Build
|
|
cargo build --release
|
|
|
|
# Run the Rust executable
|
|
cargo run --bin gen_input
|