summaryrefslogtreecommitdiff
path: root/md
diff options
context:
space:
mode:
Diffstat (limited to 'md')
-rwxr-xr-xmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/md b/md
new file mode 100755
index 0000000..27434a9
--- /dev/null
+++ b/md
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Preview Markdown in w3m
+
+pandoc $1 |w3m -T text/html