4 lines
69 B
Bash
Executable File

#!/bin/bash
rm test.db
sqlite3 local_storage.db -init "database.sql"