allow for files with spaces

This commit is contained in:
davidovski 2023-10-07 02:57:19 +01:00
parent ba97d2402b
commit 9a90fd8d38

View file

@ -433,4 +433,4 @@ md2html () {
[ -z "$*" ] \
&& md2html \
|| cat $1 | md2html
|| cat "$1" | md2html