mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
while true; do
|
|
cargo run -p limbo_sim
|
|
done
|