mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-10 07:16:46 +00:00
3 lines
47 B
Bash
3 lines
47 B
Bash
|
#!/bin/sh
|
||
|
sqlite3 otadb.db3 < sql/dbschema.sql
|