diff options
author | luxagraf <sng@luxagraf.net> | 2016-08-18 15:41:04 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-08-18 15:41:04 -0400 |
commit | 26699566370f28aee807231e1f7f4d376551f949 (patch) | |
tree | c991e0010f16a2c1367f8805be85d93d572b58be /script pandoc convert html to markdown.txt |
initial commit
Diffstat (limited to 'script pandoc convert html to markdown.txt')
-rwxr-xr-x | script pandoc convert html to markdown.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |