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 e8e2fba..55c39ac 100644 --- a/doitlive.sh +++ b/doitlive.sh @@ -12,17 +12,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