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:
parent
ba97d2402b
commit
9a90fd8d38
1 changed files with 1 additions and 1 deletions
|
@ -433,4 +433,4 @@ md2html () {
|
|||
|
||||
[ -z "$*" ] \
|
||||
&& md2html \
|
||||
|| cat $1 | md2html
|
||||
|| cat "$1" | md2html
|
||||
|
|
Loading…
Reference in a new issue