6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
echo ".schema" | sqlite3 ../WebThink.db > createDB.sql
|
|
|
|
echo "drop table icon;" > prepareIcon.sql
|
|
echo ".dump icon" | sqlite3 ../WebThink.db >> prepareIcon.sql
|