mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-18 09:46:43 +00:00
4 lines
69 B
Bash
Executable File
4 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm test.db
|
|
sqlite3 local_storage.db -init "database.sql" |