limbo/scripts/run-sim
Pekka Enberg 1df1f7afc5 Add scripts/run-sim helper
...to run the simulator in a loop with different seeds.
2025-01-14 17:19:58 +02:00

7 lines
68 B
Bash
Executable file

#!/bin/bash
set -e
while true; do
cargo run -p limbo_sim
done