Skip to content

Instantly share code, notes, and snippets.

View otrho's full-sized avatar

Toby Hutton otrho

View GitHub Profile
@otrho
otrho / run-fuel-core.sh
Created November 23, 2022 00:49
Script to (re)run `fuel-core`.
#!/usr/bin/env bash
killall fuel-core
while true ; do
cargo r -- run --db-type in-memory &
sleep 1
read -p "(r)estart or (q)uit: " input