mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 05:14:00 +02:00
3 lines
71 B
Bash
Executable file
3 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
sqlite3 brmbar.db < schema.sql
|
|
sqlite3 brmbar.db < items.sql
|