Changes
This commit is contained in:
6
scripts/mdread
Executable file
6
scripts/mdread
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
o="$(mktemp).html"
|
||||
t="$(basename $1)"
|
||||
pandoc "$1" -o "$o" --metadata="title:$t"
|
||||
xdg-open "$o"
|
||||
Reference in New Issue
Block a user