mirror of
https://github.com/actix/examples
synced 2024-12-05 03:01:55 +01:00
3 lines
49 B
Bash
3 lines
49 B
Bash
|
#!/usr/bin/env bash
|
||
|
sqlite3 test.db < schema.sql
|