bin/mdo: remove because unused

This commit is contained in:
Felix Buehler 2021-12-05 17:29:02 +01:00
parent ab1d79433a
commit ced309e5a4
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
#!/bin/sh
# open a Markdown document in your browser directly
# mdo => markdown open
# e.g. preview the markdown in vim:
# :!mdo %
$BROWSER "data:text/html;base64,`markdown_py $* | base64 -w 0`"