From acc881f0dd2b96d63b5007e5af4775f78803cf9b Mon Sep 17 00:00:00 2001 From: Jared Cordasco Date: Tue, 5 Jan 2010 15:22:13 -0500 Subject: [PATCH] Faster here document outputs. (Help/Usage messages) --- todo.sh | 337 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 169 insertions(+), 168 deletions(-) diff --git a/todo.sh b/todo.sh index 83c4778..ccc8ec7 100755 --- a/todo.sh +++ b/todo.sh @@ -4,16 +4,17 @@ # Place the .todo/config file in your home directory or use the -d option for a custom location. [ -f VERSION-FILE ] && . VERSION-FILE || VERSION="@DEV_VERSION@" -version() { sed -e 's/^ //' <