Fixing some var passing in noter

This commit is contained in:
Siina Mashek 2024-04-19 11:59:57 +03:00
parent ae990d46ff
commit 126d737d9d

View File

@ -15,6 +15,6 @@ if [ -z "$1" ]; then
elif [[ "$1" -eq "publish" ]]; then
publish
else
echo -e "<p><b>$(echo $timestamp)</b>: ${1}</p>\n" >> $current_note
echo -e "<p><b>$(echo $timestamp)</b>: ${@}</p>\n" >> $current_note
fi