mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-09 21:45:00 +00:00
7 lines
68 B
Bash
Executable file
7 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
while true; do
|
|
cargo run -p limbo_sim
|
|
done
|