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 "" }