From 26699566370f28aee807231e1f7f4d376551f949 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 18 Aug 2016 15:41:04 -0400 Subject: initial commit --- script pandoc convert html to markdown.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 script pandoc convert html to markdown.txt (limited to 'script pandoc convert html to markdown.txt') diff --git a/script pandoc convert html to markdown.txt b/script pandoc convert html to markdown.txt new file mode 100755 index 0000000..eb091b0 --- /dev/null +++ b/script pandoc convert html to markdown.txt @@ -0,0 +1,3 @@ +script- Pandoc convert HTML to Markdown + +find . -name \*.html -type f -exec pandoc -f html -t markdown -o {}.txt {} \; \ No newline at end of file -- cgit v1.2.3-70-g09d2