allow for files with spaces

This commit is contained in:
davidovski 2023-10-07 02:57:19 +01:00
parent ba97d2402b
commit 9a90fd8d38
1 changed files with 1 additions and 1 deletions

View File

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