11 lines
155 B
Bash
Raw Normal View History

2024-11-08 12:23:55 +01:00
#!/bin/bash
# Source the parameters from params.sh
source ./params.sh
# Build
cargo build --release
# Run the Rust executable
2024-11-14 10:31:32 +01:00
cargo run --bin gen_input