20250115.1736964880

This commit is contained in:
fz0x1 2025-01-15 19:14:40 +01:00
parent d19e1afc8c
commit b605c728ee
5 changed files with 10 additions and 5 deletions

View file

@ -77,3 +77,7 @@ function check_connection() {
echo 0
fi
}
function create_db() {
sqlite3 "$1" "$2"
}