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
Ione 15 8600754e68 revert b24c840c1b
revert cleanup
2024-03-26 01:33:16 +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