summaryrefslogtreecommitdiff
path: root/md
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2018-04-12 16:29:32 -0700
committerJesse Morgan <jesse@jesterpm.net>2018-04-12 16:29:32 -0700
commitaf87be48b6cc85aaf142725acef73c8440bd52a6 (patch)
treeb0a0277b3ee6c4e42dcb55d0cbd0dfb3e9df3390 /md
parent0c6bd095dda2b8e009df0f4564ba2131450013a7 (diff)
Add new scripts from laptop
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