This repository has been archived on 2025-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
Ion-Todo-Planner/write_cmd_to_db.sh
2024-03-26 00:07:22 +01:00

3 lines
97 B
Bash
Executable file

sqlite3 todo.db ".read commands.sql"
echo inserted sql statements to database
rm commands.sql -v