bug-fork

fork/re-write of bug cli todo manager
git clone https://git.regexghost.com/bug-fork.git
Log | Files | Refs | README | LICENSE

commit e1eedda6577e31da583f5fe6e64e97617b8d5a5e
parent 8f0dda571eb2a0653506378f200c61d51d74021f
Author: regexghost <dev@regexghost.com>
Date:   Sun, 12 Jul 2026 21:26:55 +0100

moved PNAME line into function + spelling correction

Diffstat:
Mbug.sh | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bug.sh b/bug.sh @@ -166,7 +166,7 @@ restore () { version () { echo "bug-fork 0.6 - Simple ToDo cli manager" echo "Copyright (C) 2006 Lluis Batlle i Rossell" - echo "With modifications bvy regexghost" + echo "With modifications by regexghost" echo "License: GPL 2" } @@ -175,9 +175,8 @@ project () { echo "Deleted file: $BUG_PROJECT_DEL" } -PNAME="$(basename "$0")" - printHelp () { + PNAME="$(basename "$0")" echo "Usage:" echo " ${PNAME} list - List todos" echo " ${PNAME} view - View todo details"