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/db_to_csv.sh
2024-03-26 00:07:22 +01:00

2 lines
67 B
Bash
Executable file

rm -v input.csv
sqlite3 todo.db 'SELECT * FROM todo;' -csv> db.csv