From 8e44b9233932ec01d7b54845ffe37334a747f1cb Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 7 Jan 2021 18:53:05 -0600 Subject: Move functions to bin/ --- bin/show_markdown | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/show_markdown (limited to 'bin/show_markdown') 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 + -- cgit v1.2.3