7 lines
160 B
Bash
Raw Normal View History

2024-11-18 16:25:39 -08:00
#!/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