From 673e4ef837d511fbb2adeb26a3ac8571f1419140 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sat, 17 Feb 2024 19:17:48 +0200 Subject: [PATCH] Fixed accidental duplicate echo --- apsalar/noter | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apsalar/noter b/apsalar/noter index 85fc68b..91d18b0 100755 --- a/apsalar/noter +++ b/apsalar/noter @@ -9,8 +9,9 @@ current_note="$site_dir/notes/${current_date}.txt" if [ -z "$1" ]; then echo -e "\n

$(echo $timestamp):

" >> $current_note cd $site_dir && make +else + echo -e "\n

$(echo $timestamp): ${1}

" >> $current_note fi -echo -e "\n

$(echo $timestamp): ${1}

" >> $current_note cd $site_dir ./noter/noter.sh public