From c0d5ec4a7c88caa2e7a316dfe6ccb6fafaedd786 Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Tue, 12 Nov 2024 00:30:03 -0500 Subject: [PATCH] Update doitlive --- breakitlive.sh | 5 ++++- doitlive.sh | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/breakitlive.sh b/breakitlive.sh index c9afb70..ced225c 100644 --- a/breakitlive.sh +++ b/breakitlive.sh @@ -5,4 +5,7 @@ python3 todo.py add Test python3 todo.py list Test python3 todo.py list Test Test -python3 todo.py add test1 Test Test +python3 todo.py add Test test1 test2 +python3 todo.py add Test test1 test3 +python3 todo.py complete Test test1 test3 +python3 todo.py remove Test test1 test3 diff --git a/doitlive.sh b/doitlive.sh index 67e7059..9cd849d 100644 --- a/doitlive.sh +++ b/doitlive.sh @@ -14,17 +14,17 @@ python3 todo.py list python3 todo.py add Test python3 todo.py list python3 todo.py list Test -python3 todo.py add test Test +python3 todo.py add Test test python3 todo.py list Test python3 todo.py list -python3 todo.py complete test Test +python3 todo.py complete Test test python3 todo.py list Test python3 todo.py list python3 todo.py complete Test python3 todo.py list -python3 todo.py remove test Test +python3 todo.py remove Test test python3 todo.py list Test python3 todo.py list python3 todo.py remove Test