/ examples / cli / todo_app.sh
todo_app.sh
1  #!/bin/bash
2  # Todo app: multi-file app creation, execution, documentation, verification
3  # Tests: multiple file creation, code execution, markdown docs, directory listing
4  
5  praisonai "Write a todo list app at /tmp/todo.py with functions to add, remove, and list tasks stored in /tmp/todos.json, run the script with some sample tasks added, then create documentation at /tmp/todo_docs.md explaining usage with examples, and verify all three files exist" --trust