diff options
Diffstat (limited to 'bin/show_markdown')
-rwxr-xr-x | bin/show_markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/show_markdown b/bin/show_markdown new file mode 100755 index 0000000..553c568 --- /dev/null +++ b/bin/show_markdown @@ -0,0 +1,3 @@ +#!/bin/bash +pandoc $1 > /tmp/show_markdown.html; surf /tmp/show_markdown.html + |