From 3021ab1cf093fea338f450a0072dfc016ee7cb3b Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Tue, 12 Nov 2024 00:39:49 -0500 Subject: [PATCH] Fix doitlive echo --- doitlive.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doitlive.sh b/doitlive.sh index 67e7059..e8e2fba 100644 --- a/doitlive.sh +++ b/doitlive.sh @@ -4,10 +4,8 @@ python3 todo.py --help python3 todo.py help python3 todo.py -h -python3 todo.py h -echo $? -python3 todo.py asdf -echo $? +python3 todo.py h; echo $? +python3 todo.py asdf; echo $? python3 todo.py list