From 695ceac51eaa46eac62b8f08c2e7ce4ab3eb88d5 Mon Sep 17 00:00:00 2001 From: notkoutsie Date: Sun, 13 Aug 2023 03:39:53 +0300 Subject: [PATCH] fuck fever --- noter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noter.sh b/noter.sh index e572ce5..f452ec2 100755 --- a/noter.sh +++ b/noter.sh @@ -1,5 +1,5 @@ #!/bin/bash -# noter 1.1.1 - "the oops im lazy update" - @k@layer8.space - mit +# noter 1.1.2 - "fuck fever" - @k@layer8.space - mit nlog() { local ORANGE='\033[0;33m' @@ -40,7 +40,7 @@ generate_note_html() { if [ "$2" = true ]; then echo "

$(date -d "$(basename "$1" .txt)" +"%Y")

" fi - echo "

$note_date

" + echo "

$note_date

" echo "
$(cat "$1")
" echo "" }