Alessio 10cc9342b1
Some checks failed
Build / release (push) Blocked by required conditions
Build / build (push) Has been cancelled
Add beginning of web package
2024-11-18 16:25:39 -08:00

7 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
test -e sample_data/data/food.db && rm sample_data/data/food.db
go run ./cmd init
sqlite3 sample_data/data/food.db < sample_data/seed.sql