5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cargo run --quiet --manifest-path "backend/Cargo.toml" --bin generate_test_event
|