Fixing some var passing in noter
This commit is contained in:
parent
ae990d46ff
commit
126d737d9d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue