1
0
Fork 0
mirror of http://git.davidovski.xyz/shblg.git synced 2024-08-15 00:43:48 +00:00

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