summaryrefslogtreecommitdiff
path: root/bin/show_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'bin/show_markdown')
-rwxr-xr-xbin/show_markdown3
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
+