From f9cc8453b9ac3e774ef3474e03ead64d8dad593a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 10 Jan 2011 16:04:10 -0600 Subject: [PATCH] Remove more dots --- notes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes b/notes index d4aab52..db99ed8 100755 --- a/notes +++ b/notes @@ -10,8 +10,8 @@ if [ -f $db/$sender ]; then fi case "$text" in - .note\ *) - args=${text#.note } + note\ *) + args=${text#note } who=${args%% *} what=${args#* } when=$(date)