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

2 lines
67 B
Bash
Executable file

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