20250115.1736964880
This commit is contained in:
parent
d19e1afc8c
commit
b605c728ee
5 changed files with 10 additions and 5 deletions
|
@ -77,3 +77,7 @@ function check_connection() {
|
|||
echo 0
|
||||
fi
|
||||
}
|
||||
|
||||
function create_db() {
|
||||
sqlite3 "$1" "$2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue